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.
1 parent 54dcd4e commit ebc5ebaCopy full SHA for ebc5eba
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.5.0
4
hooks:
5
- id: check-added-large-files
6
args: ['--maxkb=25']
@@ -32,15 +32,15 @@ repos:
32
33
- id: setup-cfg-fmt
34
- repo: https://github.com/psf/black
35
- rev: 23.9.1
+ rev: 23.10.1
36
37
- id: black
38
- repo: https://github.com/astral-sh/ruff-pre-commit
39
- rev: v0.0.292
+ rev: v0.1.3
40
41
- id: ruff
42
- repo: https://github.com/dosisod/refurb
43
- rev: v1.21.0
+ rev: v1.22.1
44
45
- id: refurb
46
args: [--ignore, FURB126]
@@ -63,7 +63,7 @@ repos:
63
64
- id: codespell
65
- repo: https://github.com/pre-commit/mirrors-mypy
66
- rev: 'v1.5.1'
+ rev: 'v1.6.1'
67
68
- id: mypy
69
args: [
0 commit comments