Skip to content

Commit

Permalink
test(pre-commit): exclude pre-commit==3.5.0 which seems broken on win…
Browse files Browse the repository at this point in the history
…dows
  • Loading branch information
noirbizarre committed Oct 17, 2023
1 parent e61aceb commit fab77f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
18 changes: 4 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pytest-xdist = "^3.1.0"
black = ">=22.10,<24.0"
# linter
ruff = ">=0.0.275,<0.0.293"
pre-commit = ">=2.18,<4.0"
pre-commit = ">=2.18,<4.0,!=3.5.0"
mypy = "^1.4"
types-PyYAML = ">=5.4.3,<7.0.0"
types-termcolor = "^0.1.1"
Expand Down

0 comments on commit fab77f8

Please sign in to comment.