Skip to content

Commit

Permalink
Update pre-commit hooks (#240)
Browse files Browse the repository at this point in the history
- Ruff from 0.0.292 to 0.1.3
- Black from 23.9.1 to 23.10.1
- Pyproject from 1.2.0 to 1.3.0
  • Loading branch information
abkfenris authored Oct 31, 2023
1 parent e2d941d commit aa78ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: double-quote-string-fixer

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.292"
rev: "v0.1.3"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -30,7 +30,7 @@ repos:
- black==23.1.0

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black

Expand All @@ -43,7 +43,7 @@ repos:
- markdown # managed by mdformat

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.2.0"
rev: "1.3.0"
hooks:
- id: pyproject-fmt

Expand Down

0 comments on commit aa78ec8

Please sign in to comment.