diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ac4b3d1317d9b49670281b3ca892b62d7f1e9ce4..da62f85fc7ef16e66a4a01e151c5945ff2cfe32e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -15,11 +15,11 @@ repos:
   hooks:
   - id: yamllint
     files: \.(yaml|yml)$
-- repo: https://gitlab.com/pycqa/flake8
+- repo: https://github.com/pycqa/flake8
   rev: 3.9.2
   hooks:
   - id: flake8
-- repo: https://gitlab.com/pycqa/pydocstyle
+- repo: https://github.com/pycqa/pydocstyle
   rev: 6.1.1
   hooks:
   - id: pydocstyle