Skip to content

Commit 40a5b50

Browse files
authored
Merge pull request #4 from minrk/update-pre-commit
update pre-commit hooks
2 parents d5dcfd1 + 0a5525b commit 40a5b50

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
1+
ci:
2+
autoupdate_schedule: quarterly
3+
14
repos:
25
- repo: https://github.com/pre-commit/mirrors-prettier
3-
rev: v2.5.1
6+
rev: v3.0.0-alpha.9-for-vscode
47
hooks:
58
- id: prettier
69
- repo: https://github.com/PyCQA/flake8
7-
rev: 4.0.1
10+
rev: 6.0.0
811
hooks:
912
- id: flake8
1013
- repo: https://github.com/asottile/pyupgrade
11-
rev: v2.31.0
14+
rev: v3.3.2
1215
hooks:
1316
- id: pyupgrade
1417
args:
1518
- --py36-plus
1619
- repo: https://github.com/pycqa/isort
17-
rev: 5.10.1
20+
rev: 5.12.0
1821
hooks:
1922
- id: isort
2023
name: isort (python)
2124
- repo: https://github.com/psf/black
22-
rev: 22.1.0
25+
rev: 23.3.0
2326
hooks:
2427
- id: black
2528
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.1.0
29+
rev: v4.4.0
2730
hooks:
2831
- id: end-of-file-fixer

0 commit comments

Comments
 (0)