Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#305)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2)

* Update .pre-commit-config.yaml

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
  • Loading branch information
pre-commit-ci[bot] and ax3l authored Apr 30, 2024
1 parent 2edabe8 commit c2c1224
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,25 +85,25 @@ repos:
hooks:
- id: isort
name: isort (python)
args: ['--profile black']
args: ["--profile", "black", "--filter-files"]

# Python Formatting
- repo: https://github.com/psf/black
rev: 24.4.0 # Keep in sync with blacken-docs
rev: 24.4.2 # Keep in sync with blacken-docs
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies:
- black==24.4.0 # keep in sync with black hook
- black==24.4.2 # keep in sync with black hook
# TODO: black-jupyter

# Python: Ruff linter
# https://docs.astral.sh/ruff/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.4.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit c2c1224

Please sign in to comment.