8000 Merge pull request #25 from PyCQA/pre-commit-ci-update-config · pylint-dev/pylint-plugin-utils@eb8ec65 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb8ec65

Browse files
authored
Merge pull request #25 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ceeca32 + 0501bbc commit eb8ec65

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,24 +1,24 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.4.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- repo: https://github.com/PyCQA/isort
8-
rev: 5.10.1
8+
rev: 5.12.0
99
hooks:
1010
- id: isort
1111
- repo: https://github.com/psf/black
12-
rev: 21.12b0
12+
rev: 22.12.0
1313
hooks:
1414
- id: black
1515
args: [--safe, --quiet]
1616
- repo: https://github.com/Pierre-Sassoulas/black-disable-checker/
17-
rev: 1.0.1
17+
rev: v1.1.3
1818
hooks:
1919
- id: black-disable-checker
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 4.0.1
21+
rev: 6.0.0
2222
hooks:
2323
- id: flake8
2424
additional_dependencies: [flake8-typing-imports==1.10.1]

0 commit comments

Comments
 (0)
0