Skip to content

Commit

Permalink
Update pre-commit requirement from <3.3,>=2.9 to >=2.9,<3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 8, 2023
1 parent 56ae001 commit 73722d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tests = [
"mccabe>=0.6,<0.8", # Checks that code isn't overly complicated
"mypy>=1.0,<1.3", # Static type checking
"pep8-naming>=0.12,<0.14", # Require PEP8 compliant variable names
"pre-commit>=2.9,<3.3", # Allow us to run pre-commit hooks in testing
"pre-commit>=2.9,<3.4", # Allow us to run pre-commit hooks in testing
"pydocstyle>=5.1,<6.4", # Style guidelines for Python documentation
"pytest>=6.2,<7.4", # Our testing framework
"pytest-console-scripts>=1.1,<1.4", # Allow automatic testing of scripts
Expand Down

0 comments on commit 73722d2

Please sign in to comment.