Skip to content

Commit

Permalink
fix: revert pre-commit hook removed
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Jul 17, 2024
1 parent 79d9c57 commit 252cb69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ repos:
- id: check-yaml
- id: trailing-whitespace

# - repo: https://github.com/ansys/pre-commit-hooks
# rev: v0.3.1
# hooks:
# - id: add-license-headers
# args:
# - --start_year=2023
- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.3.1
hooks:
- id: add-license-headers
args:
- --start_year=2023

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
Expand Down

0 comments on commit 252cb69

Please sign in to comment.