Skip to content

Commit

Permalink
Add copyright check as separate step (#108)
Browse files Browse the repository at this point in the history
* Add copyright check as separate step

* n
  • Loading branch information
hatemhelal authored Sep 25, 2023
1 parent 4839e73 commit 8edf73d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ repos:
- id: flake8
files: (^pyscf_ipu/experimental/)|(^test/)
name: Check PEP8

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8
args: [--select=C]
additional_dependencies: [flake8-copyright]
name: copyright check

0 comments on commit 8edf73d

Please sign in to comment.