Skip to content

Commit

Permalink
chore: Ignore new ruff lint A005
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 23, 2025
1 parent 5951585 commit 6329fd7
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 @@ -5,7 +5,7 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.2
hooks:
- id: ruff
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion contracting_process/field_level/format/email.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from validate_email import validate_email
from validate_email import validate_email # noqa: A005

from pelican.util.checks import field_quality_check

Expand Down

0 comments on commit 6329fd7

Please sign in to comment.