Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Jul 3, 2024
1 parent 4fc6e22 commit c55137a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
run: pip install --find-links=target/wheels/ automesh[develop]
- name: pycodestyle
run: pycodestyle --verbose .
- name: pylint
run: pylint --verbose .
- name: pytest
run: pytest --verbose .
wheels:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ requires-python = '>=3.8,<=3.12'
develop = [
'pre-commit',
'pycodestyle',
'pylint',
'pytest'
]

Expand Down

0 comments on commit c55137a

Please sign in to comment.