Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Bump pre-commit from 3.1.1 to 3.2.0 #42

Merged
merged 2 commits into from
Mar 19, 2023
Merged
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
1 change: 1 addition & 0 deletions changes/42.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated pre-commit from 3.1.1 to 3.2.0.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ package_dir =
dev =
# Pre-commit 3.0 dropped support for Python 3.7
pre-commit == 2.21.0; python_version < "3.8"
pre-commit == 3.1.1; python_version >= "3.8"
pre-commit == 3.2.0; python_version >= "3.8"
pytest == 7.2.2
pytest-tldr == 0.2.5
setuptools_scm[toml] == 7.1.0
Expand Down