Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz authored Oct 18, 2023
2 parents 1faf764 + ef1b479 commit 7ccbc15
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
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
pass_filenames: true
exclude: _vendor|vendored|examples
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
rev: v0.0.292
hooks:
- id: ruff
exclude: _vendor|vendored
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
rev: 0.27.0
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -27,7 +27,7 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.4.0
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
args: ["--include-version-classifiers", "--max-py-version", "3.11", "--min-py-version", "3.7"]
Expand Down

0 comments on commit 7ccbc15

Please sign in to comment.