Skip to content

Commit

Permalink
ruff: skip E501 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
woctezuma committed May 22, 2024
1 parent 9de9351 commit 5b7b89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
--unsafe-fixes,
--target-version, "py312",
--select, "ALL",
--ignore, "ANN,D,S101,S311,T20"
--ignore, "ANN,D,E501,S101,S311,T20"
]
- id: ruff-format

0 comments on commit 5b7b89f

Please sign in to comment.