Skip to content

Commit

Permalink
split linting from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Dec 22, 2023
1 parent efcdc6f commit 983ef89
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ repos:
entry: poetry run pylint
language: system
types: [python]
- id: pytest-check
name: pytest-check
entry: pytest
language: system
pass_filenames: false
always_run: true
- id: codespell
name: codespell
entry: poetry run codespell --write-changes --skip="./*"
Expand Down

0 comments on commit 983ef89

Please sign in to comment.