Skip to content

Commit 86879fb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0) - [github.com/psf/black: 22.1.0 → 22.10.0](psf/black@22.1.0...22.10.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
1 parent c333004 commit 86879fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

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

1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.1.0
13+
rev: v4.4.0
1414
hooks:
1515
- id: check-added-large-files
1616
args: ['--maxkb=100000']
@@ -36,7 +36,7 @@ repos:
3636
hooks:
3737
- id: isort
3838
- repo: https://github.com/psf/black
39-
rev: 22.1.0
39+
rev: 22.10.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/asottile/blacken-docs
@@ -45,6 +45,6 @@ repos:
4545
- id: blacken-docs
4646
additional_dependencies: [black==20.8b1]
4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 4.0.1
48+
rev: 6.0.0
4949
hooks:
5050
- id: flake8

0 commit comments

Comments
 (0)