diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9764541..aa447ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.1.0 + rev: v4.1.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -16,13 +16,13 @@ repos: - id: check-yaml files: .*\.(yaml|yml)$ - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.7 + - repo: https://github.com/PyCQA/flake8 + rev: 4.0.1 hooks: - id: flake8 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.15.0 + rev: v1.26.3 hooks: - id: yamllint files: \.(yaml|yml)$ diff --git a/requirements-dev.txt b/requirements-dev.txt index 1111b01..82051d7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,10 +4,10 @@ pre-commit py >= 1.4 +pytest>=2.9.1 pytest-cache pytest-cov -pytest>=2.9.1 -tox-pyenv tox>=2.3.1 +tox-pyenv twine wheel>=0.24.0