diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a5d99aa..67c1038 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,21 +9,21 @@ repos: # Automatically sort imports with isort - repo: https://github.com/timothycrosley/isort.git - rev: 5.7.0 + rev: 5.8.0 hooks: - id: isort additional_dependencies: [toml] # Automatic source code formatting with Black - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 21.5b0 hooks: - id: black args: [--safe, --quiet] # Enforce style with Flake8 - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 + rev: 3.9.2 hooks: - id: flake8 # Exclude docstring checks, ignore E203 (see https://github.com/PyCQA/pycodestyle/issues/373)