diff --git a/.gitignore b/.gitignore index 8622744..562b025 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ __pycache__ build dist +.envrc diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d871f8..397869f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]