Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2962)
Browse files Browse the repository at this point in the history
* [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 <52022020+CoolCat467@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and CoolCat467 committed Feb 20, 2024
1 parent ea8f4be commit 78c55aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -19,11 +19,11 @@ repos:
- id: sort-simple-yaml
files: .pre-commit-config.yaml
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.2.2
hooks:
- id: ruff
types: [file]
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Expand Up @@ -18,7 +18,7 @@ attrs==23.2.0
# outcome
babel==2.14.0
# via sphinx
black==24.1.1 ; implementation_name == "cpython"
black==24.2.0 ; implementation_name == "cpython"
# via -r test-requirements.in
build==1.0.3
# via pip-tools
Expand Down Expand Up @@ -120,7 +120,7 @@ pytz==2024.1
# via babel
requests==2.31.0
# via sphinx
ruff==0.2.1
ruff==0.2.2
# via -r test-requirements.in
sniffio==1.3.0
# via -r test-requirements.in
Expand Down

0 comments on commit 78c55aa

Please sign in to comment.