Skip to content

Commit 8981a77

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/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.1.0 → 23.3.0](psf/black@22.1.0...23.3.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.14.0](adamchainz/blacken-docs@v1.12.1...1.14.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
1 parent c333004 commit 8981a77

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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']
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323
- id: no-commit-to-branch
2424
- repo: https://github.com/pre-commit/pygrep-hooks
25-
rev: v1.9.0
25+
rev: v1.10.0
2626
hooks:
2727
- id: python-check-blanket-noqa
2828
- id: python-no-eval
@@ -32,19 +32,19 @@ 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.12.0
3636
hooks:
3737
- id: isort
3838
- repo: https://github.com/psf/black
39-
rev: 22.1.0
39+
rev: 23.3.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/asottile/blacken-docs
43-
rev: v1.12.1
43+
rev: 1.14.0
4444
hooks:
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)