Skip to content

Commit

Permalink
modify git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GertjanBisschop committed Jan 23, 2024
1 parent 6606bbf commit 4e35c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
pip install -r requirements/dev.txt
- name: Test with pytest
run: |
pytest -xvs -n0
pytest -xvs
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
rev: 23.9.1
hooks:
- id: black
exclude: ^legacy/
exclude: ^(legacy/docs/)
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
Expand Down

0 comments on commit 4e35c46

Please sign in to comment.