Skip to content

Commit

Permalink
Merge pull request #408 from sbrunner/ci-upgrade
Browse files Browse the repository at this point in the history
CI updates
  • Loading branch information
sbrunner authored Mar 3, 2025
2 parents 385670f + c70e367 commit 6ac6145
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ repos:
additional_dependencies:
- prospector-profile-duplicated==1.10.4 # pypi
- prospector-profile-utils==1.21.9 # pypi
exclude: |-
(?x)(
^tests?/?
|/tests?(/|$)
|.*/tests(/|$)
|(^|/)test_[_a-zA-Z0-9]+.py$
|(^|/)[_a-zA-Z0-9]+_tests?.py$
|(^|/)tests?.py$
)
- id: prospector
args:
- --die-on-tool-error
Expand Down

0 comments on commit 6ac6145

Please sign in to comment.