Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ repos:


- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.21.2
hooks:
- id: pyupgrade
args: [ --py36-plus ]

- repo: https://github.com/MarcoGorelli/auto-walrus
rev: v0.2.2
rev: 0.3.4
hooks:
- id: auto-walrus

Expand All @@ -45,7 +45,7 @@ repos:


- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v6.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -60,13 +60,13 @@ repos:
- id: check-json
- id: detect-private-key

- repo: https://github.com/psf/black
rev: 23.3.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.12.0
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.3.0
hooks:
- id: flake8
args: [ --config=.flake8 ]
Expand All @@ -87,7 +87,7 @@ repos:
]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.3.0'
rev: 'v1.19.1'
hooks:
- id: mypy
args: [ --config-file=.mypy.ini ]
Expand Down