Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3067)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.1](astral-sh/ruff-pre-commit@v0.5.7...v0.6.1)

* Update `ruff` to `0.6.1`
Even though no conflicts have happened, I don't feel super great about leaving tests on a major version behind what the pre-commit hooks are running.

---------

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 authored Aug 20, 2024
1 parent c2df486 commit d4268e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.1
hooks:
- id: ruff
types: [file]
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pytz==2024.1 ; python_version < '3.9'
# via babel
requests==2.32.3
# via sphinx
ruff==0.5.6
ruff==0.6.1
# via -r test-requirements.in
sniffio==1.3.1
# via -r test-requirements.in
Expand Down

0 comments on commit d4268e7

Please sign in to comment.