Skip to content

Commit 9554a13

Browse files
author
Your Name
committed
2 parents b0f6223 + 0e5ccf9 commit 9554a13

36 files changed

+1338
-2433
lines changed

.bandit

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
exclude_dirs:
2+
- test/
3+
- docs/
4+
- examples/
5+
- .venv/
6+
- venv/
7+
- .pytest_cache/
8+
- .mypy_cache/
9+
- build/
10+
- dist/

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 10
8+
labels:
9+
- "dependencies"
10+
- "security"

.github/workflows/auto-advance-ball.yml

Lines changed: 0 additions & 347 deletions
This file was deleted.

0 commit comments

Comments
 (0)