diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f171a41..005032c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: black args: [--check, --diff] language_version: python3 - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 rev: 5.0.4 hooks: - id: flake8 @@ -14,4 +14,4 @@ repos: rev: v2.2.2 hooks: - id: codespell - args: [--ignore-words=docs/codespell-ignore-words.txt] \ No newline at end of file + args: [--ignore-words=docs/codespell-ignore-words.txt]