pre-commit autoupdate

This commit is contained in:
Hynek Schlawack 2023-02-01 16:23:00 +01:00
parent c93de22ebf
commit e0c2d457b2
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
__pycache__ __pycache__
build build
dist dist
.envrc

View File

@ -7,13 +7,13 @@ default_language_version:
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.12.0 rev: 23.1.0
hooks: hooks:
- id: black - id: black
language_version: python3.10 language_version: python3.10
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.11.4 rev: 5.12.0
hooks: hooks:
- id: isort - id: isort
additional_dependencies: [toml] additional_dependencies: [toml]