diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3269c16..000a8bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,19 +1,19 @@ exclude: 'docs/source/conf.py|versioneer.py' repos: - - repo: https://github.com/ambv/black + - repo: https://github.com/psf/black rev: 22.3.0 hooks: - id: black - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 + - repo: https://github.com/PyCQA/flake8 + rev: 4.0.1 hooks: - id: flake8 - repo: https://github.com/asottile/seed-isort-config rev: v2.2.0 hooks: - id: seed-isort-config - - repo: https://github.com/pre-commit/mirrors-isort - rev: v5.10.1 + - repo: https://github.com/PyCQA/isort + rev: 5.10.1 hooks: - id: isort \ No newline at end of file