Commit 998da1b 1 parent d66cb70 commit 998da1b Copy full SHA for 998da1b
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.6 .0 # Use the ref you want to point at
4
+ rev : v5.0 .0 # Use the ref you want to point at
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
- id : check-yaml
8
8
- id : end-of-file-fixer
9
9
- id : trailing-whitespace
10
10
- id : check-executables-have-shebangs
11
11
- repo : https://github.com/asottile/pyupgrade
12
- rev : v3.17.0
12
+ rev : v3.19.1
13
13
hooks :
14
14
- id : pyupgrade
15
15
- repo : https://github.com/psf/black
16
- rev : 24.8 .0
16
+ rev : 25.1 .0
17
17
hooks :
18
18
- id : black
19
19
- repo : https://github.com/pycqa/flake8
20
20
rev : 7.1.1
21
21
hooks :
22
22
- id : flake8
23
23
- repo : https://github.com/pre-commit/mirrors-mypy
24
- rev : v1.11.2
24
+ rev : v1.15.0
25
25
hooks :
26
26
- id : mypy
27
27
# empty args needed in order to match mypy cli behavior
33
33
- types-setuptools
34
34
- types-docutils
35
35
- repo : https://github.com/PyCQA/pylint
36
- rev : v3.2.6
36
+ rev : v3.3.4
37
37
hooks :
38
38
- id : pylint
39
39
additional_dependencies :
You can’t perform that action at this time.
0 commit comments