Skip to content

Commit d5bf408

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/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/psf/black: 22.1.0 → 22.12.0](psf/black@22.1.0...22.12.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
1 parent c333004 commit d5bf408

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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']
@@ -32,11 +32,11 @@ repos:
3232
- id: rst-directive-colons
3333
- id: rst-inline-touching-normal
3434
- repo: https://github.com/pycqa/isort
35-
rev: 5.10.1
35+
rev: 5.11.4
3636
hooks:
3737
- id: isort
3838
- repo: https://github.com/psf/black
39-
rev: 22.1.0
39+
rev: 22.12.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)