diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 367a7c09d6..040c81089f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,6 +63,7 @@ repos: - id: mixed-line-ending args: [--fix=lf] - id: check-case-conflict + - id: requirements-txt-fixer - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt rev: 0.2.3 hooks: diff --git a/requirements.txt b/requirements.txt index c057a43b97..4b820f51ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pre-commit==2.20.0 mypy==1.5.1 +pre-commit==2.20.0 diff --git a/util/gem5-resources-manager/requirements.txt b/util/gem5-resources-manager/requirements.txt index 72771183ed..5ffd51deb2 100644 --- a/util/gem5-resources-manager/requirements.txt +++ b/util/gem5-resources-manager/requirements.txt @@ -21,9 +21,9 @@ packaging==23.1 pycparser==2.21 pymongo==4.3.3 pyrsistent==0.19.3 +python-dotenv==1.0.0 requests==2.31.0 sentinels==1.0.0 urllib3==2.0.2 Werkzeug==2.3.4 zipp==3.15.0 -python-dotenv==1.0.0