Skip to content

Commit eb918c2

Browse files
authored
Merge pull request #99 from Tecnativa/fix-ci-pre-commit
[DCK] pre-commit dependences updated
2 parents 2d10807 + eea3ae5 commit eb918c2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.7.1
14+
rev: v3.0.3
1515
hooks:
1616
- id: prettier
1717
additional_dependencies:
@@ -20,7 +20,7 @@ repos:
2020
args:
2121
- --plugin=@prettier/plugin-xml
2222
- repo: https://github.com/myint/autoflake
23-
rev: v1.4
23+
rev: v2.2.1
2424
hooks:
2525
- id: autoflake
2626
args:
@@ -31,21 +31,21 @@ repos:
3131
- --remove-duplicate-keys
3232
- --remove-unused-variables
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.34.0
34+
rev: v3.13.0
3535
hooks:
3636
- id: pyupgrade
3737
- repo: https://github.com/psf/black
38-
rev: 22.3.0
38+
rev: 23.9.1
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/timothycrosley/isort
42-
rev: 5.10.1
42+
rev: 5.12.0
4343
hooks:
4444
- id: isort
4545
args:
4646
- --settings=.
4747
- repo: https://github.com/pycqa/flake8
48-
rev: 3.9.2
48+
rev: 6.1.0
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: v4.3.0
63+
rev: v4.4.0
6464
hooks:
6565
- id: check-case-conflict
6666
- id: check-executables-have-shebangs

0 commit comments

Comments
 (0)