Skip to content

Commit f205f2e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.31.0 → v2.34.0](asottile/pyupgrade@v2.31.0...v2.34.0) - git://github.com/Lucas-C/pre-commit-hooks-markup → https://github.com/Lucas-C/pre-commit-hooks-markup
1 parent b9a92e8 commit f205f2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v4.1.0'
3+
rev: 'v4.3.0'
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/asottile/yesqa
@@ -12,12 +12,12 @@ repos:
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
15-
rev: '22.1.0'
15+
rev: '22.3.0'
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.3.0'
2121
hooks:
2222
- id: end-of-file-fixer
2323
- id: requirements-txt-fixer
@@ -43,7 +43,7 @@ repos:
4343
- id: detect-private-key
4444
exclude: ^examples/
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: 'v2.31.0'
46+
rev: 'v2.34.0'
4747
hooks:
4848
- id: pyupgrade
4949
args: ['--py36-plus']
@@ -53,7 +53,7 @@ repos:
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)