mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-23 15:35:47 +02:00
Add black pre-commit
This commit is contained in:
parent
dd66087193
commit
81c882315a
2 changed files with 11 additions and 0 deletions
10
.pre-commit-config.yaml
Normal file
10
.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
default_language_version:
|
||||||
|
python: 3.9.5
|
||||||
|
|
||||||
|
repos:
|
||||||
|
- repo: https://github.com/ambv/black
|
||||||
|
rev: 22.3.0
|
||||||
|
hooks:
|
||||||
|
- id: black
|
||||||
|
args:
|
||||||
|
- --config=pyproject.toml
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
black==22.3.0
|
black==22.3.0
|
||||||
coverage[toml]==6.4.1
|
coverage[toml]==6.4.1
|
||||||
mypy==0.961
|
mypy==0.961
|
||||||
|
pre-commit==2.20.0
|
||||||
pytest==7.1.2
|
pytest==7.1.2
|
||||||
pytest-asyncio==0.18.3
|
pytest-asyncio==0.18.3
|
||||||
pytest-env==0.6.2
|
pytest-env==0.6.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue