fix weird 3-space indents (#11387)

* fix weird 3-space indents

* Update pyproject.toml
This commit is contained in:
Alex Gaynor 2024-08-04 14:50:38 -04:00 committed by GitHub
parent 8bd76d576e
commit 339bb6c352
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,14 +149,14 @@ source = [
[tool.coverage.paths]
source = [
"src/cryptography",
"*.nox/*/lib*/python*/site-packages/cryptography",
"*.nox\\*\\Lib\\site-packages\\cryptography",
"*.nox/pypy/site-packages/cryptography",
"src/cryptography",
"*.nox/*/lib*/python*/site-packages/cryptography",
"*.nox\\*\\Lib\\site-packages\\cryptography",
"*.nox/pypy/site-packages/cryptography",
]
tests =[
"tests/",
"*tests\\",
tests = [
"tests/",
"*tests\\",
]
[tool.coverage.report]