Skip to content

Commit 7320fd3

Browse files
authored
Pre commit preparation (#8915)
* Update poetry.lock * Update pre-commit configuration
1 parent 2fdef14 commit 7320fd3

File tree

2 files changed

+53
-226
lines changed

2 files changed

+53
-226
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
exclude: '.venv|migrations'
2+
default_language_version:
3+
python: python3.8
24
repos:
35
- repo: https://github.com/asottile/pyupgrade
46
rev: v2.12.0
@@ -11,11 +13,11 @@ repos:
1113
- id: pycln
1214
args: [--config=pyproject.toml]
1315
- repo: https://github.com/pycqa/isort
14-
rev: 5.8.0
16+
rev: 5.12.0
1517
hooks:
1618
- id: isort
1719
- repo: https://github.com/psf/black
18-
rev: 20.8b1
20+
rev: 22.3.0
1921
hooks:
2022
- id: black
2123
language_version: python3.8

0 commit comments

Comments
 (0)