We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8db4238 + f784a44 commit dff4ec0Copy full SHA for dff4ec0
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autoupdate_schedule: quarterly
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: check-added-large-files
8
- id: check-case-conflict
@@ -15,7 +15,7 @@ repos:
15
- id: no-commit-to-branch
16
args: [--branch=main]
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.6.1
+ rev: v0.6.9
19
20
- id: ruff
21
args: [--fix]
@@ -24,11 +24,11 @@ repos:
24
25
- id: isort
26
- repo: https://github.com/psf/black
27
- rev: 24.8.0
+ rev: 24.10.0
28
29
- id: black
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.11.1
+ rev: v1.11.2
32
33
- id: mypy
34
- repo: https://github.com/codespell-project/codespell
0 commit comments