Skip to content

Commit fc74920

Browse files
authoredJan 29, 2024
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.2.0...v4.5.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v2.32.1 → v3.15.0](asottile/pyupgrade@v2.32.1...v3.15.0) - [github.com/psf/black: 22.3.0 → 24.1.1](psf/black@22.3.0...24.1.1) - [github.com/PyCQA/pylint: v2.13.8 → v3.0.3](pylint-dev/pylint@v2.13.8...v3.0.3) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.8.0](pre-commit/mirrors-mypy@v0.991...v1.8.0)
1 parent cddbf05 commit fc74920

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^(docs|mcbackend/testdata)/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.2.0
4+
rev: v4.5.0
55
hooks:
66
- id: check-merge-conflict
77
- id: check-toml
@@ -10,28 +10,28 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/PyCQA/isort
13-
rev: 5.12.0
13+
rev: 5.13.2
1414
hooks:
1515
- id: isort
1616
name: isort
1717
args: ["--profile", "black"]
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.32.1
19+
rev: v3.15.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus]
2323
- repo: https://github.com/psf/black
24-
rev: 22.3.0
24+
rev: 24.1.1
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/PyCQA/pylint
28-
rev: v2.13.8
28+
rev: v3.0.3
2929
hooks:
3030
- id: pylint
3131
args: [--rcfile=.pylintrc]
3232
exclude: (test_*|mcbackend/meta.py|mcbackend/npproto/)
3333
files: ^mcbackend/
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v0.991
35+
rev: v1.8.0
3636
hooks:
3737
- id: mypy

0 commit comments

Comments
 (0)