Skip to content

Commit

Permalink
fix: disable automatic headers
Browse files Browse the repository at this point in the history
  • Loading branch information
vschaffn committed Dec 13, 2024
1 parent 2e0da0d commit b5bf20a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ repos:
pass_filenames: false
additional_dependencies: [tomli, pyyaml]

# Add license header to the source files
- repo: local
hooks:
- id: add-license-header
name: Add License Header
entry: python .github/scripts/apply_license_header.py
language: python
files: \.py$
# # Add license header to the source files
# - repo: local
# hooks:
# - id: add-license-header
# name: Add License Header
# entry: python .github/scripts/apply_license_header.py
# language: python
# files: \.py$

0 comments on commit b5bf20a

Please sign in to comment.