Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#836)
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.4.7 → v0.4.8](astral-sh/ruff-pre-commit@v0.4.7...v0.4.8)
---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Carney <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and alcarney authored Jun 11, 2024
1 parent b23bd8e commit fc31c01
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 @@ -9,7 +9,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.4.8
hooks:
- id: ruff
args: [--fix]
Expand Down
2 changes: 1 addition & 1 deletion lib/esbonio/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ value = ["tests/sphinx-agent", "tests/e2e"]

[envs.hatch-static-analysis]
config-path = "ruff_defaults.toml"
dependencies = ["ruff==0.4.7"]
dependencies = ["ruff==0.4.8"]

0 comments on commit fc31c01

Please sign in to comment.