Skip to content

Commit

Permalink
[neophile] Update dependencies
Browse files Browse the repository at this point in the history
- Update astral-sh/ruff-pre-commit pre-commit hook from v0.1.9 to v0.1.11
- Update pre-commit/mirrors-eslint pre-commit hook from v8.56.0 to v9.0.0-alpha.0
  • Loading branch information
neophile-square[bot] committed Jan 8, 2024
1 parent d690802 commit 449b65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.1.9
rev: v0.1.11
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -23,7 +23,7 @@ repos:
args: [-l, '79', -t, py311]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.56.0
rev: v9.0.0-alpha.0
hooks:
- id: eslint
additional_dependencies:
Expand Down

0 comments on commit 449b65b

Please sign in to comment.