Skip to content

Doc/add workflows #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
All pre-commit fixed to ignore .cas and .ctx files
  • Loading branch information
margalva committed Jan 5, 2024
commit 9b18113d82dfbfa56f0315c54e06a29db1b69e2c
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ repos:
- id: debug-statements
- id: check-merge-conflict
- id: trailing-whitespace
exclude: ^doc/source/_data

- repo: https://github.com/PyCQA/docformatter
rev: v1.6.3
Expand Down