Skip to content

Commit d5dc836

Browse files
committed
Update pre-commit configuration
1 parent ddcb329 commit d5dc836

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dist/
77
.python-version
88
.coverage
99
.venv
10+
venv

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1+
default_language_version:
2+
node: system
3+
python: python3.9
14
repos:
25
- repo: https://github.com/python/black
36
rev: 22.3.0
47
hooks:
58
- id: black
6-
language_version: python3.8
79
exclude: migrations/
810
- repo: https://github.com/timothycrosley/isort
911
rev: 5.12.0
1012
hooks:
1113
- id: isort
12-
language_version: python3.8
1314
- repo: https://github.com/pycqa/flake8
1415
# flake8 config is in setup.cfg
1516
rev: 6.0.0
1617
hooks:
1718
- id: flake8
18-
language_version: python3.8
1919
- repo: https://github.com/pre-commit/mirrors-prettier
2020
rev: v2.3.2
2121
hooks:

0 commit comments

Comments
 (0)