Commit 9f5ab0c 1 parent 07d10d8 commit 9f5ab0c Copy full SHA for 9f5ab0c
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.3 .0
7
+ rev : v4.4 .0
8
8
hooks :
9
9
- id : check-added-large-files # prevents giant files from being committed.
10
10
- id : check-case-conflict # checks for files that would conflict in case-insensitive filesystems.
20
20
21
21
# A tool to automatically upgrade syntax for newer versions of the python language.
22
22
- repo : https://github.com/asottile/pyupgrade
23
- rev : v3.2.2
23
+ rev : v3.3.0
24
24
hooks :
25
25
- id : pyupgrade
26
26
args : [ --py310-plus ]
52
52
53
53
# A tool to automatically fix common style issues in Python code. Has plugins.
54
54
- repo : https://github.com/pycqa/flake8
55
- rev : ' 5 .0.4 '
55
+ rev : ' 6 .0.0 '
56
56
hooks :
57
57
- id : flake8
58
58
exclude : (__pycache__|.venv|tmp|.tox)
You can’t perform that action at this time.
0 commit comments