Skip to content

Commit 619bfda

Browse files
[pre-commit.ci] pre-commit autoupdate (#12)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 5.9.1 → 5.9.2](PyCQA/isort@5.9.1...5.9.2) - [github.com/psf/black: 21.6b0 → 21.7b0](psf/black@21.6b0...21.7b0) - [github.com/pre-commit/mirrors-pylint: v3.0.0a3 → v3.0.0a4](pre-commit/mirrors-pylint@v3.0.0a3...v3.0.0a4) * Update CHANGELOG.md Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nguyen Damien <[email protected]>
1 parent d3e68d2 commit 619bfda

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ repos:
3232
- id: remove-tabs
3333

3434
- repo: https://github.com/PyCQA/isort
35-
rev: 5.9.1
35+
rev: 5.9.2
3636
hooks:
3737
- id: isort
3838
name: isort (python)
3939

4040
- repo: https://github.com/psf/black
41-
rev: 21.6b0
41+
rev: 21.7b0
4242
hooks:
4343
- id: black
4444
language_version: python3
@@ -61,7 +61,7 @@ repos:
6161
files: ^(.*_test\.py)$
6262

6363
- repo: https://github.com/pre-commit/mirrors-pylint
64-
rev: 'v3.0.0a3'
64+
rev: 'v3.0.0a4'
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Repository
11+
12+
- Update pre-commit hooks
13+
1014
## [1.2.1] - 2021-07-19
1115

1216
- Reworded E8003 and extend it to include a few more cases:

0 commit comments

Comments
 (0)