Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ci:
autofix_prs: true

minimum_pre_commit_version: 3.3.0
default_install_hook_types: [pre-commit, commit-msg]

Expand Down
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ utilities/ # Shared utility functions
- Moving fixtures to shared locations
- Adding new markers to `pytest.ini`
- Modifying session-scoped fixtures
- Adding new binaries or system-level dependencies (must also update `Dockerfile` and verify with `make build`)

### 🚫 Never

Expand Down