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 da591fc + 6ba9ace commit d012ce9Copy full SHA for d012ce9
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -10,20 +10,20 @@ repos:
10
- id: check-case-conflict
11
12
- repo: https://github.com/psf/black
13
- rev: 24.1.1
+ rev: 25.1.0
14
15
- id: black
16
language_version: python3
17
args: ["--line-length", "120"]
18
19
- repo: https://github.com/pycqa/isort
20
- rev: 5.13.2
+ rev: 6.0.0
21
22
- id: isort
23
name: isort (python)
24
25
- repo: https://github.com/pycqa/flake8
26
- rev: 7.0.0
+ rev: 7.1.2
27
28
- id: flake8
29
additional_dependencies: [flake8-docstrings]
0 commit comments