diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85b11c8..6e0c95c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,8 @@ repos: - id: file-contents-sorter files: requirements-dev.txt -- repo: https://gitlab.com/pycqa/flake8 +# - repo: https://gitlab.com/pycqa/flake8 +- repo: https://github.com/pycqa/flake8 rev: 3.7.9 hooks: - id: flake8 @@ -29,19 +30,19 @@ repos: args: [--max-line-length=105, --ignore=E203,E501,W503, --select=select=C,E,F,W,B,B950] - repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.21 + rev: v5.10.1 hooks: - id: isort additional_dependencies: [toml] args: [--project=gcm_filters, --multi-line=3, --lines-after-imports=2, --lines-between-types=1, --trailing-comma, --force-grid-wrap=0, --use-parentheses, --line-width=88] -- repo: https://github.com/asottile/seed-isort-config - rev: v2.1.1 - hooks: - - id: seed-isort-config +# - repo: https://github.com/asottile/seed-isort-config +# rev: v2.1.1 +# hooks: +# - id: seed-isort-config - repo: https://github.com/psf/black - rev: stable + rev: 22.3.0 # https://github.com/psf/black/issues/2964 hooks: - id: black language_version: python3