v4.3.0
版本发布时间: 2022-06-08 01:11:32
pre-commit/pre-commit-hooks最新发布版本:v4.6.0(2024-04-07 02:28:01)
Features
-
check-executables-have-shebangs
: usegit config core.fileMode
to determine if it should querygit
.- #730 PR by @Kurt-von-Laven.
-
name-tests-test
: add--pytest-test-first
test convention.- #779 PR by @asottile.
Fixes
-
check-shebang-scripts-are-executable
: update windows instructions.- #774 PR by @mdeweerd.
- #770 issue by @mdeweerd.
-
check-toml
: use stdlibtomllib
when available.- #771 PR by @DanielNoord.
- #755 issue by @sognetic.
-
check-added-large-files
: don't run on non-filestages
.- #778 PR by @asottile.
- #777 issue by @skyj.