We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f45918 commit 8a62ddbCopy full SHA for 8a62ddb
.config/CredScanSuppressions.json
@@ -3,7 +3,7 @@
3
"suppressions": [
4
{
5
"file": [
6
- ".nox/install_python_libs/lib/python3.8/site-packages/setuptools/_distutils/command%5Cregister.py"
+ ".nox/install_python_libs/lib/python3.8/site-packages/setuptools/_distutils/command\\register.py"
7
],
8
"_justification": "These are not real passwords. For documentation purposes only."
9
}
.vscodeignore
@@ -25,6 +25,7 @@ vscode-python-signing.*
25
.github/**
26
.mocha-reporter/**
27
.nvm/**
28
+.nox/**
29
.nyc_output
30
.prettierrc.js
31
.sonarcloud.properties
0 commit comments