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 012cdde commit ba7691fCopy full SHA for ba7691f
sdk/eventhub/azure-eventhub-checkpointstoretable/pyproject.toml
@@ -5,5 +5,4 @@ type_check_samples = false
5
verifytypes = false
6
pylint = false
7
black = false
8
-bandit = true
9
ci_enabled = false
sdk/eventhub/azure-eventhub-checkpointstoretable/setup.py
@@ -42,7 +42,7 @@
42
license="MIT License",
43
# ensure that the development status reflects the status of your package
44
classifiers=[
45
- "Development Status :: 4 - Beta",
+ "Development Status :: 7 - Inactive",
46
"Programming Language :: Python",
47
"Programming Language :: Python :: 2",
48
"Programming Language :: Python :: 2.7",
0 commit comments