Skip to content

Commit

Permalink
Refactor collect.py further, add simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Mar 22, 2024
1 parent 37cbe88 commit b109703
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 403 deletions.
13 changes: 8 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ repos:
types: [python]
exclude: "tests"

# - repo: https://github.com/nbQA-dev/nbQA
# rev: 1.7.1
# hooks:
# - id: nbqa-ruff
# args: [--fix, --exit-non-zero-on-fix]
- repo: local
hooks:
- id: pytest
name: pytest
entry: python3 -m pytest -m "not integration_test"
language: system
pass_filenames: false
always_run: true
Loading

0 comments on commit b109703

Please sign in to comment.