mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Update ruff configuration for ruff 0.2.0 (#10332)
This commit is contained in:
parent
b557e4d544
commit
4a7dc8cc92
1 changed files with 4 additions and 3 deletions
|
|
@ -143,11 +143,12 @@ exclude_lines = [
|
|||
]
|
||||
|
||||
[tool.ruff]
|
||||
ignore = ['N818']
|
||||
select = ['E', 'F', 'I', 'N', 'W', 'UP', 'RUF']
|
||||
line-length = 79
|
||||
|
||||
[tool.ruff.isort]
|
||||
lint.ignore = ['N818']
|
||||
lint.select = ['E', 'F', 'I', 'N', 'W', 'UP', 'RUF']
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
known-first-party = ["cryptography", "cryptography_vectors", "tests"]
|
||||
|
||||
[tool.check-sdist]
|
||||
|
|
|
|||
Loading…
Reference in a new issue