Skip to content

Commit 349ce69

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/pycqa/isort: 5.10.1 → v5.11.3](PyCQA/isort@5.10.1...v5.11.3) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent 5eec6a3 commit 349ce69

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
@@ -32,7 +32,7 @@ repos:
3232
- mdformat-gfm # GitHub flavoured markdown
3333
- mdformat-black # Black formatting for python verbatim blocks
3434
- repo: https://github.com/pre-commit/pre-commit-hooks
35-
rev: v4.3.0
35+
rev: v4.4.0
3636
hooks:
3737
- id: check-ast # Simply checks whether the files parse as valid Python.
3838
- id: fix-byte-order-marker # Removes utf-8 byte order marker.
@@ -60,19 +60,19 @@ repos:
6060
- id: rst-directive-colons # Detect mistake of rst directive not ending with double colon.
6161
- id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst.
6262
- repo: https://github.com/pycqa/isort
63-
rev: 5.10.1
63+
rev: v5.11.3
6464
hooks:
6565
- id: isort
6666
- repo: https://github.com/psf/black
67-
rev: 22.10.0 # Replace with any tag/version: https://github.com/psf/black/tags
67+
rev: 22.12.0 # Replace with any tag/version: https://github.com/psf/black/tags
6868
hooks:
6969
- id: black
7070
language_version: python3 # Should be a command that runs python3.7+
7171
additional_dependencies: ['click==8.0.4'] # Currently >8.0.4 breaks black
7272
- id: black-jupyter
7373
language: python
7474
- repo: https://github.com/PyCQA/flake8
75-
rev: 5.0.4
75+
rev: 6.0.0
7676
hooks:
7777
- id: flake8
7878
additional_dependencies: [

0 commit comments

Comments
 (0)