We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ce225 commit 521333cCopy full SHA for 521333c
websecurityscanner/.coveragerc
@@ -0,0 +1,14 @@
1
+[run]
2
+branch = True
3
+
4
+[report]
5
+fail_under = 100
6
+show_missing = True
7
+exclude_lines =
8
+ # Re-enable the standard pragma
9
+ pragma: NO COVER
10
+ # Ignore debug-only repr
11
+ def __repr__
12
+omit =
13
+ */gapic/*
14
+ */proto/*
websecurityscanner/.flake8
@@ -0,0 +1,12 @@
+[flake8]
+exclude =
+ # Exclude generated code.
+ **/proto/**
+ **/gapic/**
+ *_pb2.py
+ # Standard linting exemptions.
+ __pycache__,
+ .git,
+ *.pyc,
+ conf.py
websecurityscanner/CHANGELOG.md
+# Changelog
+[PyPI History][1]
+[1]: https://pypi.org/project/google-cloud-websecurityscanner/#history
+## 0.1.0
+### New Features
+- Add v1alpha1 websecurityscanner endpoint
0 commit comments