Skip to content

Commit 538d33f

Browse files
[pre-commit.ci] pre-commit autoupdate (#41)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/pre-commit/mirrors-pylint: v3.0.0a4 → v3.0.0a5](pre-commit/mirrors-pylint@v3.0.0a4...v3.0.0a5) * Update CHANGELOG Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Damien Nguyen <ngn.damien@gmail.com>
1 parent 44f547c commit 538d33f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.2.0
6+
rev: v4.3.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -61,7 +61,7 @@ repos:
6161
files: ^(.*_test\.py)$
6262

6363
- repo: https://github.com/pre-commit/mirrors-pylint
64-
rev: 'v3.0.0a4'
64+
rev: 'v3.0.0a5'
6565
hooks:
6666
- id: pylint
6767
# This is a slow hook, so only run this if --hook-stage manual is passed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Update GitHub release publishing workflow
1313

14+
### Repository
15+
16+
- Update `pre-commit/pre-commit-hooks` to v4.3.0
17+
- Update `pre-commit/mirrors-pylint` to v3.0.0a5
18+
1419
## [1.4.1] - 2022-05-04
1520

1621
### Fixed

0 commit comments

Comments
 (0)