Skip to content

Commit

Permalink
Fix workflows and version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Nov 9, 2023
1 parent 21fff6d commit 866d589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
paths-ignore:
- 'docs/**'
branches:
- main
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ repos:
rev: 23.11.0
hooks:
- id: black
language_version: python3.11

- repo: https://github.com/pycqa/isort
rev: 5.12.0
Expand Down

0 comments on commit 866d589

Please sign in to comment.