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 650c855 commit 8b85fceCopy full SHA for 8b85fce
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.10.0
+ rev: 24.10.0
4
hooks:
5
- id: black
6
language_version: python3
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.5.0
+ rev: v5.0.0
9
10
- id: check-added-large-files
11
- id: check-ast
@@ -31,10 +31,10 @@ repos:
31
- id: sort-simple-yaml
32
- id: trailing-whitespace
33
- repo: https://github.com/PyCQA/flake8
34
- rev: 6.1.0
+ rev: 7.1.1
35
36
- id: flake8
37
- repo: https://github.com/PyCQA/isort
38
- rev: 5.12.0
+ rev: 6.0.0
39
40
- id: isort
0 commit comments