Skip to content

Commit

Permalink
remove old requirements; sort requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 6, 2024
1 parent aecc18e commit d53fc67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
16 changes: 6 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,12 @@ repos:
- id: trailing-whitespace
- id: name-tests-test
- id: file-contents-sorter
files: requirements.in|.gitignore

- repo: https://github.com/regebro/pyroma
rev: "4.2"
hooks:
- id: pyroma
args: ["-d", "--min=10", "."]
additional_dependencies:
- numpy
- cython
files: |
(?x)^(
.*requirements(-\w+)?.(in|txt)|
requirements/.*\.txt|
.gitignore
)
- repo: https://github.com/PyCQA/pydocstyle
rev: 6.3.0
Expand Down
2 changes: 0 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
black
click
jinja2
numpy
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
coveralls==3.3.1
pytest==7.4.2
pytest-cov==4.1.0
pytest==7.4.2

0 comments on commit d53fc67

Please sign in to comment.