Skip to content

Commit c684472

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/andreoliwa/nitpick: v0.22.2 → v0.35.0](andreoliwa/nitpick@v0.22.2...v0.35.0) - [github.com/pre-commit/pre-commit-hooks: v3.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v3.1.0...v4.5.0) - [github.com/asottile/pyupgrade: v2.6.2 → v3.15.1](asottile/pyupgrade@v2.6.2...v3.15.1) - [github.com/pre-commit/pygrep-hooks: v1.5.1 → v1.10.0](pre-commit/pygrep-hooks@v1.5.1...v1.10.0) - https://github.com/python/blackhttps://github.com/psf/black - [github.com/psf/black: 19.10b0 → 24.2.0](psf/black@19.10b0...24.2.0) - [github.com/asottile/blacken-docs: v1.7.0 → 1.16.0](adamchainz/blacken-docs@v1.7.0...1.16.0) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v4.3.21 → 5.13.2](PyCQA/isort@v4.3.21...5.13.2) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.3 → 7.0.0](PyCQA/flake8@3.8.3...7.0.0) - [github.com/pre-commit/mirrors-mypy: v0.782 → v1.9.0](pre-commit/mirrors-mypy@v0.782...v1.9.0) - [github.com/openstack/bashate: 2.0.0 → 2.1.1](openstack/bashate@2.0.0...2.1.1) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v2.2.3 → v9.13.0](alessandrojcm/commitlint-pre-commit-hook@v2.2.3...v9.13.0)
1 parent 8f16f6e commit c684472

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.pre-commit-config.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
11
repos:
22
- repo: https://github.com/andreoliwa/nitpick
3-
rev: v0.22.2
3+
rev: v0.35.0
44
hooks:
55
- id: nitpick
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v3.1.0
7+
rev: v4.5.0
88
hooks:
99
- id: debug-statements
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.6.2
13+
rev: v3.15.1
1414
hooks:
1515
- id: pyupgrade
1616
- repo: https://github.com/pre-commit/pygrep-hooks
17-
rev: v1.5.1
17+
rev: v1.10.0
1818
hooks:
1919
- id: python-check-blanket-noqa
2020
- id: python-check-mock-methods
2121
- id: python-no-eval
2222
- id: python-no-log-warn
2323
- id: rst-backticks
24-
- repo: https://github.com/python/black
25-
rev: 19.10b0
24+
- repo: https://github.com/psf/black
25+
rev: 24.2.0
2626
hooks:
2727
- id: black
2828
args: [--safe, --quiet]
2929
- repo: https://github.com/asottile/blacken-docs
30-
rev: v1.7.0
30+
rev: 1.16.0
3131
hooks:
3232
- id: blacken-docs
3333
additional_dependencies: [black==19.10b0]
3434
- repo: https://github.com/asottile/seed-isort-config
3535
rev: v2.2.0
3636
hooks:
3737
- id: seed-isort-config
38-
- repo: https://github.com/pre-commit/mirrors-isort
39-
rev: v4.3.21
38+
- repo: https://github.com/PyCQA/isort
39+
rev: 5.13.2
4040
hooks:
4141
- id: isort
42-
- repo: https://gitlab.com/pycqa/flake8
43-
rev: 3.8.3
42+
- repo: https://github.com/PyCQA/flake8
43+
rev: 7.0.0
4444
hooks:
4545
- id: flake8
4646
additional_dependencies: [flake8-blind-except, flake8-bugbear, flake8-comprehensions,
4747
flake8-debugger, flake8-docstrings, flake8-isort, flake8-polyfill, flake8-pytest,
4848
flake8-quotes, yesqa]
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v0.782
50+
rev: v1.9.0
5151
hooks:
5252
- id: mypy
5353
- repo: https://github.com/openstack/bashate
54-
rev: 2.0.0
54+
rev: 2.1.1
5555
hooks:
5656
- id: bashate
5757
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
58-
rev: v2.2.3
58+
rev: v9.13.0
5959
hooks:
6060
- id: commitlint
6161
stages: [commit-msg]

0 commit comments

Comments
 (0)