Skip to content

Commit

Permalink
ci: update ci dependencies and tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Dec 9, 2023
1 parent cfdb401 commit a7f7bc2
Show file tree
Hide file tree
Showing 4 changed files with 469 additions and 430 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ repos:
stages: [commit-msg]
- id: mypy
name: mypy
entry: poetry run mypy src
entry: poetry run mypy bugmon
language: system
pass_filenames: false
types: [ python ]
- id: pylint
name: pylint
entry: poetry run pylint -j 0 src
entry: poetry run pylint -j 0 bugmon
language: system
pass_filenames: false
types: [ python ]
Expand Down
Loading

0 comments on commit a7f7bc2

Please sign in to comment.