File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919repos :
2020# Standard hooks
2121- repo : https://github.com/pre-commit/pre-commit-hooks
22- rev : v4.0.1
22+ rev : v4.3.0
2323 hooks :
2424 - id : check-added-large-files
2525 - id : check-case-conflict
@@ -35,27 +35,27 @@ repos:
3535
3636# Black, the code formatter, natively supports pre-commit
3737- repo : https://github.com/psf/black
38- rev : 21.9b0
38+ rev : 22.10.0
3939 hooks :
4040 - id : black
4141 files : ^(docs)
4242
4343# Sort your imports in a standard form
4444- repo : https://github.com/PyCQA/isort
45- rev : 5.9.3
45+ rev : 5.10.1
4646 hooks :
4747 - id : isort
4848
4949# Upgrade older Python syntax
5050- repo : https://github.com/asottile/pyupgrade
51- rev : v2.29 .0
51+ rev : v3.1 .0
5252 hooks :
5353 - id : pyupgrade
5454 args : ["--py36-plus"]
5555
5656# Changes tabs to spaces
5757- repo : https://github.com/Lucas-C/pre-commit-hooks
58- rev : v1.1.10
58+ rev : v1.3.1
5959 hooks :
6060 - id : remove-tabs
6161
You can’t perform that action at this time.
0 commit comments