Skip to content

Commit 9e0c326

Browse files
Add E501 check
1 parent 57a0186 commit 9e0c326

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

guardrails/cli/hub/create_validator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ruff: noqa: E501
12
import os
23
from datetime import date
34
from string import Template

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,5 @@ requires = ["poetry-core"]
110110
build-backend = "poetry.core.masonry.api"
111111

112112
[tool.ruff.lint]
113+
select = ["E4", "E7", "E9", "F", "E501"]
113114
ignore = ["E731", "E203", "E741"]

0 commit comments

Comments
 (0)