We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3433c commit 4d01582Copy full SHA for 4d01582
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: check-useless-excludes
24
25
- repo: https://github.com/pre-commit/pre-commit-hooks
26
- rev: v4.1.0
+ rev: v4.2.0
27
hooks:
28
- id: check-added-large-files
29
- id: check-case-conflict
CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
### Repository
17
18
- Fix issues with building on CentOS 7 & 8
19
+- Update `pre-commit/pre-commit-hooks` to v4.2.0
20
- Update `Lucas-C/pre-commit-hooks` hook to v1.1.13
21
- Update `flake8` hook to v4.0.1
22
- Update `pylint` hook to v3.0.0a4
0 commit comments