We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cef8f commit d3755b1Copy full SHA for d3755b1
.pre-commit-config.yaml
@@ -5,11 +5,11 @@ repos:
5
- id: isort
6
additional_dependencies: [toml]
7
- repo: https://github.com/psf/black
8
- rev: 23.12.1
+ rev: 24.3.0
9
hooks:
10
- id: black
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.5.0
+ rev: v4.6.0
13
14
- id: check-added-large-files
15
- id: check-case-conflict
@@ -48,6 +48,6 @@ repos:
48
exclude: test.*|custom_.*|\d\d\d\d_.*
49
50
- repo: https://github.com/econchick/interrogate
51
- rev: 1.5.0 # or master if you're bold
+ rev: 1.7.0 # or master if you're bold
52
53
- id: interrogate
0 commit comments