diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b719c4d6..d47621d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,6 +9,7 @@ repos: - id: debug-statements - id: mixed-line-ending args: [--fix=lf] + - id: requirements-txt-fixer - repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.0.259 hooks: diff --git a/requirements-dev.txt b/requirements-dev.txt index 00df08ea..5d3221fa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ +-r requirements.txt +codecov==2.1.12 pre-commit==3.2.1; python_version >= '3.8' pre-commit==2.21.0; python_version < '3.8' -codecov==2.1.12 tox==4.4.8 --r requirements.txt