mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
fix weird 3-space indents (#11387)
* fix weird 3-space indents * Update pyproject.toml
This commit is contained in:
parent
8bd76d576e
commit
339bb6c352
1 changed files with 7 additions and 7 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue