Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Dec 30, 2024
1 parent 72c6df0 commit 5c71ad3
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-toml
- id: end-of-file-fixer
- id: trailing-whitespace

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

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.286'
rev: 'v0.8.4'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.35.0
rev: v0.43.0
hooks:
- id: markdownlint-fix
args: [ "--ignore", "book/**/*.md" ]


- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.19.1
hooks:
- id: pyupgrade

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
rev: 0.30.0
hooks:
- id: check-dependabot
args: [ "--verbose" ]
Expand Down

0 comments on commit 5c71ad3

Please sign in to comment.