Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
name: Create config files for testing
command: |
cp config/config.yaml.example config/config.yaml
cp config/mam_config.json.example config/mam_config.json
- run:
name: Run linter
command: ruff check src/ tests/
Expand Down
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ AUTOBRR_TOKEN=your-autobrr-webhook-token
# SECURITY: Never share this value - it grants full access to your MAM account
MAM_ID=your-mam-session-cookie-value

# Optional: known safe torrent ID for manual download integration testing
# MAM_TEST_TID=1234567

# =============================================================================
# QBITTORRENT SETTINGS
# =============================================================================
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Create config files for testing
run: |
cp config/config.yaml.example config/config.yaml
cp config/mam_config.json.example config/mam_config.json

- name: Lint with ruff
run: |
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ config/config.yaml
!config/config.yaml.example
config/mam_config.json
mam_cookies.json
!config/mam_config.json.example
logs/
db.sqlite
*.sqlite-journal
tests/__pycache__/
.pytest_cache/
db.sqlite
Expand All @@ -79,3 +79,6 @@ logs/*_debug_*.html
coverage.xml
.coverage
*.coverage

# Ignore secrets directory (contains sensitive information, not to be committed)
secrets/
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ repos:
hooks:
- id: bandit
args: [-c, pyproject.toml]
exclude: ^tests/
additional_dependencies: ['bandit[toml]']

# Check for common security issues
Expand Down
275 changes: 0 additions & 275 deletions audiobook_dev.egg-info/PKG-INFO

This file was deleted.

40 changes: 0 additions & 40 deletions audiobook_dev.egg-info/SOURCES.txt

This file was deleted.

Empty file.
30 changes: 0 additions & 30 deletions audiobook_dev.egg-info/requires.txt

This file was deleted.

Loading
Loading