Skip to content

Commit 6e0c742

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0) - [github.com/asottile/yesqa: v1.3.0 → v1.5.0](asottile/yesqa@v1.3.0...v1.5.0) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/psf/black: 22.1.0 → 24.1.1](psf/black@22.1.0...24.1.1) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0) - [github.com/asottile/pyupgrade: v2.31.0 → v3.15.0](asottile/pyupgrade@v2.31.0...v3.15.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0) - git://github.com/Lucas-C/pre-commit-hooks-markup → https://github.com/Lucas-C/pre-commit-hooks-markup
1 parent 6c84e70 commit 6e0c742

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v4.1.0'
3+
rev: 'v4.5.0'
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/asottile/yesqa
7-
rev: v1.3.0
7+
rev: v1.5.0
88
hooks:
99
- id: yesqa
1010
- repo: https://github.com/PyCQA/isort
11-
rev: '5.10.1'
11+
rev: '5.13.2'
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
15-
rev: '22.1.0'
15+
rev: '24.1.1'
1616
hooks:
1717
- id: black
1818
language_version: python3 # Should be a command that runs python3.6+
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: 'v4.1.0'
20+
rev: 'v4.5.0'
2121
hooks:
2222
- id: end-of-file-fixer
2323
- id: requirements-txt-fixer
@@ -43,17 +43,17 @@ repos:
4343
- id: detect-private-key
4444
exclude: ^examples/
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: 'v2.31.0'
46+
rev: 'v3.15.0'
4747
hooks:
4848
- id: pyupgrade
4949
args: ['--py36-plus']
5050
- repo: https://github.com/PyCQA/flake8
51-
rev: '4.0.1'
51+
rev: '7.0.0'
5252
hooks:
5353
- id: flake8
5454
exclude: "^docs/"
5555

56-
- repo: git://github.com/Lucas-C/pre-commit-hooks-markup
56+
- repo: https://github.com/Lucas-C/pre-commit-hooks-markup
5757
rev: v1.0.1
5858
hooks:
5959
- id: rst-linter

0 commit comments

Comments
 (0)