diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3afc24a1..7713f022 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,4 @@ +--- repos: - repo: https://github.com/psf/black rev: 19.10b0 @@ -8,14 +9,8 @@ repos: files: \.pyi?$ types: [] - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.0a2 - hooks: - - id: flake8 - language_version: python3.8 - - repo: https://github.com/asottile/seed-isort-config - rev: v2.1.1 + rev: v2.2.0 hooks: - id: seed-isort-config @@ -25,8 +20,14 @@ repos: - id: isort additional_dependencies: [toml] + - repo: https://gitlab.com/pycqa/flake8 + rev: 3.8.3 + hooks: + - id: flake8 + language_version: python3.8 + - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v3.1.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer diff --git a/tests/test_dark_magic.py b/tests/test_functional.py similarity index 100% rename from tests/test_dark_magic.py rename to tests/test_functional.py