add git attributes (#2210)

This commit is contained in:
Ju4tCode 2023-07-24 11:34:34 +08:00 committed by GitHub
parent f2b0b1752b
commit 48b3e3aaf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
website/versioned_*/** linguist-documentation

View File

@ -94,7 +94,7 @@ extra_standard_library = ["typing_extensions"]
[tool.ruff]
select = ["E", "W", "F", "UP", "C", "T", "PYI", "PT", "Q"]
ignore = ["E402", "C901"]
ignore = ["E402", "C901", "UP037"]
line-length = 88
target-version = "py38"