Skip to content

Commit

Permalink
pin minimum propcache version in pre-commit so typing works
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 7, 2024
1 parent 5f0b800 commit 798e5d7
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 @@ -116,7 +116,7 @@ repos:
- hypothesis
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- multidict
- propcache
- propcache >= 0.2.0
- pytest
- tomli # requirement of packaging/pep517_backend/
- types-setuptools # requirement of packaging/pep517_backend/
Expand All @@ -133,7 +133,7 @@ repos:
- hypothesis
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- multidict
- propcache
- propcache >= 0.2.0
- pytest
- tomli # requirement of packaging/pep517_backend/
- types-setuptools # requirement of packaging/pep517_backend/
Expand All @@ -150,7 +150,7 @@ repos:
- hypothesis
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- multidict
- propcache
- propcache >= 0.2.0
- pytest
- tomli # requirement of packaging/pep517_backend/
- types-setuptools # requirement of packaging/pep517_backend/
Expand All @@ -169,7 +169,7 @@ repos:
- hypothesis
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- multidict
- propcache
- propcache >= 0.2.0
- pytest
- tomli # requirement of packaging/pep517_backend/
- types-setuptools # requirement of packaging/pep517_backend/
Expand Down

0 comments on commit 798e5d7

Please sign in to comment.