Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
# note that this version is ignored by prek when using the fastpath
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-case-conflict
- id: check-toml
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ ruff = [
]
tools = [
"prek>=0.2.0",
"slotscheck~=0.16.4",
"check-manifest==0.49",
"slotscheck==0.19.1",
"check-manifest==0.50",
{ include-group = "ruff" },
]
changelog = [
"towncrier==23.6.0",
]
codemod = [
# run codemods on the repository (mostly automated typing)
"libcst~=1.1.0",
"autotyping==23.2.0",
"libcst==1.8.4",
"autotyping==24.9.0",
{ include-group = "ruff" },
]
typing = [
Expand All @@ -104,11 +104,11 @@ typing = [
# all type-check only dependencies are defined in noxfile.py.
]
test = [
"pytest~=8.3.2",
"pytest-cov~=4.0.0",
"pytest~=8.4.2",
"pytest-cov>=7.0.0",
"pytest-asyncio~=0.24.0",
"looptime~=0.2.0",
"coverage[toml]~=7.6.0",
"coverage[toml]~=7.10.0",
"typing-extensions>=4.6",
]
build = [
Expand Down
Loading