Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1678)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.2...v0.8.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
(cherry picked from commit 8a6e82d)
  • Loading branch information
pre-commit-ci[bot] authored and JacobCallahan committed Feb 4, 2025
1 parent 7c3b9d7 commit ed69252
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -5,11 +5,11 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.9.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
1 change: 1 addition & 0 deletions airgun/views/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ class PF4LCECheckSelectorGroup(PF4LCESelectorGroup):

class PF4LCEGroup(ParametrizedLocator):
"Group of LCE indicators"

ROOT = './/td and '

PARAMETERS = ('lce_name',)
Expand Down

0 comments on commit ed69252

Please sign in to comment.