Skip to content

Commit a47de10

Browse files
committed
[UPD] pre-commit
1 parent 5dd3a1e commit a47de10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
language: fail
1212
files: "\\.rej$"
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v2.1.2
14+
rev: v2.7.1
1515
hooks:
1616
- id: prettier
1717
additional_dependencies:
@@ -31,21 +31,21 @@ repos:
3131
- --remove-duplicate-keys
3232
- --remove-unused-variables
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.7.2
34+
rev: v2.34.0
3535
hooks:
3636
- id: pyupgrade
3737
- repo: https://github.com/psf/black
38-
rev: 20.8b1
38+
rev: 22.3.0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/timothycrosley/isort
42-
rev: 5.5.1
42+
rev: 5.10.1
4343
hooks:
4444
- id: isort
4545
args:
4646
- --settings=.
4747
- repo: https://gitlab.com/pycqa/flake8
48-
rev: 3.8.3
48+
rev: 3.9.2
4949
hooks:
5050
- &flake8
5151
id: flake8
@@ -60,7 +60,7 @@ repos:
6060
- --extend-ignore=F401
6161
files: /__init__\.py$
6262
- repo: https://github.com/pre-commit/pre-commit-hooks
63-
rev: v3.2.0
63+
rev: v4.3.0
6464
hooks:
6565
- id: check-case-conflict
6666
- id: check-executables-have-shebangs

0 commit comments

Comments
 (0)