pre-commit autoupdate
This commit is contained in:
parent
c93de22ebf
commit
e0c2d457b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
__pycache__
|
||||
build
|
||||
dist
|
||||
.envrc
|
||||
|
||||
@ -7,13 +7,13 @@ default_language_version:
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.12.0
|
||||
rev: 23.1.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.10
|
||||
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.11.4
|
||||
rev: 5.12.0
|
||||
hooks:
|
||||
- id: isort
|
||||
additional_dependencies: [toml]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user