Skip to content

Commit

Permalink
Fix pre-commit warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Eg0ra committed Oct 9, 2024
1 parent 4ed1cf6 commit 044648a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@ repos:
language: system
pass_filenames: false
types: [file]
stages: [push]
stages: [pre-push]
- id: tests
name: run tests
entry: inv pytest.run --params="--cov=."
language: system
pass_filenames: false
types: [python]
stages: [push]
stages: [pre-push]
- id: mypy
name: mypy
entry: inv mypy.run
language: system
pass_filenames: false
types: [file]
stages: [push]
stages: [pre-push]
- id: package_installation_verify
name: verify package can be installed
entry: pip install --dry-run .
language: system
pass_filenames: false
types: [python]
stages: [push]
stages: [pre-push]

0 comments on commit 044648a

Please sign in to comment.