Skip to content

Commit

Permalink
Fixing pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Aug 8, 2024
1 parent e280e4b commit 69d6825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ repos:
name: Run mypy against source
files: ^src/.*\.py$
exclude: ^src/pytestskipmarkers/(downgraded/.*|utils/(socket|time)\.py)$
args: [--strict, --python-version 3.8]
args: [--strict, --python-version 3.8, --no-site-packages]
additional_dependencies:
- attrs
- types-attrs
Expand All @@ -137,7 +137,7 @@ repos:
name: Run mypy against tests
files: ^tests/.*\.py$
exclude: ^src/pytestskipmarkers/(downgraded/.*|utils/(socket|time)\.py)$
args: [--python-version 3.8]
args: [--python-version 3.8, --no-site-packages]
additional_dependencies:
- pytest
- attrs
Expand Down

0 comments on commit 69d6825

Please sign in to comment.