Skip to content

Commit 78c55aa

Browse files
[pre-commit.ci] pre-commit autoupdate (#2962)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black-pre-commit-mirror: 24.1.1 → 24.2.0](psf/black-pre-commit-mirror@24.1.1...24.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2) * Make sure test versions match pre-commit versions --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: CoolCat467 <[email protected]>
1 parent ea8f4be commit 78c55aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
- id: sort-simple-yaml
2020
files: .pre-commit-config.yaml
2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 24.1.1
22+
rev: 24.2.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.2.1
26+
rev: v0.2.2
2727
hooks:
2828
- id: ruff
2929
types: [file]

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ attrs==23.2.0
1818
# outcome
1919
babel==2.14.0
2020
# via sphinx
21-
black==24.1.1 ; implementation_name == "cpython"
21+
black==24.2.0 ; implementation_name == "cpython"
2222
# via -r test-requirements.in
2323
build==1.0.3
2424
# via pip-tools
@@ -120,7 +120,7 @@ pytz==2024.1
120120
# via babel
121121
requests==2.31.0
122122
# via sphinx
123-
ruff==0.2.1
123+
ruff==0.2.2
124124
# via -r test-requirements.in
125125
sniffio==1.3.0
126126
# via -r test-requirements.in

0 commit comments

Comments
 (0)