Skip to content

Commit af50e96

Browse files
committed
pre-commit improvements
- Run `pre-commit autoupdate` - Remove the `default_language_version` definition
1 parent 3ca55aa commit af50e96

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
default_language_version:
2-
python: python3.10.2
3-
41
repos:
52
- repo: https://github.com/pycqa/flake8
6-
rev: 5.0.4
3+
rev: 6.0.0
74
hooks:
85
- id: flake8
96
name: flake8
107

118
- repo: https://github.com/pycqa/isort
12-
rev: 5.10.1
9+
rev: 5.12.0
1310
hooks:
1411
- id: isort
1512
name: isort
1613
args: [--check]
1714

1815
- repo: https://github.com/psf/black
19-
rev: 22.10.0
16+
rev: 23.1.0
2017
hooks:
2118
- id: black
2219
name: black

0 commit comments

Comments
 (0)