Skip to content

Commit 5cf20b7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - git://github.com/pre-commit/pre-commit-hooks → https://github.com/pre-commit/pre-commit-hooks - [github.com/pre-commit/pre-commit-hooks: v2.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v2.5.0...v6.0.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.1 → 7.3.0](PyCQA/flake8@3.8.1...7.3.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 19.10b0 → 26.3.0](psf/black-pre-commit-mirror@19.10b0...26.3.0) - [github.com/pre-commit/pygrep-hooks: v1.5.1 → v1.10.0](pre-commit/pygrep-hooks@v1.5.1...v1.10.0)
1 parent e5ad09f commit 5cf20b7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
exclude: '^docs/conf.py'
22

33
repos:
4-
- repo: git://github.com/pre-commit/pre-commit-hooks
5-
rev: v2.5.0
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -17,17 +17,17 @@ repos:
1717
- id: check-merge-conflict
1818
- id: mixed-line-ending
1919
args: ['--fix=no']
20-
- repo: https://gitlab.com/pycqa/flake8
21-
rev: '3.8.1' # pick a git hash / tag to point to
20+
- repo: https://github.com/PyCQA/flake8
21+
rev: '7.3.0' # pick a git hash / tag to point to
2222
hooks:
2323
- id: flake8
2424
additional_dependencies:
2525
- flake8-rst-docstrings
26-
- repo: https://github.com/psf/black
27-
rev: 19.10b0
26+
- repo: https://github.com/psf/black-pre-commit-mirror
27+
rev: 26.3.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/pre-commit/pygrep-hooks
31-
rev: v1.5.1
31+
rev: v1.10.0
3232
hooks:
3333
- id: rst-backticks

0 commit comments

Comments
 (0)