Skip to content

Commit 50cd5a2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.8.0 → v3.17.0](asottile/pyupgrade@v3.8.0...v3.17.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.3.0 → 24.10.0](psf/black@23.3.0...24.10.0) - [github.com/asottile/blacken-docs: 1.14.0 → 1.19.0](adamchainz/blacken-docs@1.14.0...1.19.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/codespell-project/codespell: v2.2.5 → v2.3.0](codespell-project/codespell@v2.2.5...v2.3.0)
1 parent 127c0b8 commit 50cd5a2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.8.0
6+
rev: v3.17.0
77
hooks:
88
- id: pyupgrade
99
args: [--py37-plus]
@@ -15,22 +15,22 @@ repos:
1515
files: ^best_buy_bullet_bot/
1616

1717
- repo: https://github.com/PyCQA/isort
18-
rev: 5.12.0
18+
rev: 5.13.2
1919
hooks:
2020
- id: isort
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.3.0
23+
rev: 24.10.0
2424
hooks:
2525
- id: black
2626

2727
- repo: https://github.com/asottile/blacken-docs
28-
rev: 1.14.0
28+
rev: 1.19.0
2929
hooks:
3030
- id: blacken-docs
3131

3232
- repo: https://github.com/pre-commit/pre-commit-hooks
33-
rev: v4.4.0
33+
rev: v5.0.0
3434
hooks:
3535
- id: check-toml
3636
- id: debug-statements
@@ -52,12 +52,12 @@ repos:
5252
- id: yesqa
5353

5454
- repo: https://github.com/PyCQA/flake8
55-
rev: 6.0.0
55+
rev: 7.1.1
5656
hooks:
5757
- id: flake8
5858

5959
- repo: https://github.com/codespell-project/codespell
60-
rev: v2.2.5
60+
rev: v2.3.0
6161
hooks:
6262
- id: codespell
6363
types_or: [python, rst, markdown]

0 commit comments

Comments
 (0)