Skip to content

Commit 578adce

Browse files
committed
git - Disable FSFE REUSE check
We have to fix some other issues before we fix this
1 parent da3c00a commit 578adce

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ repos:
7272
args: [--no-strict-optional, --ignore-missing-imports, --allow-untyped-global]
7373
exclude: ^(docs/)
7474

75-
# Check for missing licensing and copyright information.
76-
# The REUSE helper tool assists with achieving and confirming REUSE compliance.
77-
# See: https://reuse.software/
78-
- repo: https://github.com/fsfe/reuse-tool
79-
rev: v0.11.1
80-
hooks:
81-
- id: reuse
82-
exclude: ^tests/(json|response|xml)/
75+
# # Check for missing licensing and copyright information.
76+
# # The REUSE helper tool assists with achieving and confirming REUSE compliance.
77+
# # See: https://reuse.software/
78+
# - repo: https://github.com/fsfe/reuse-tool
79+
# rev: v0.11.1
80+
# hooks:
81+
# - id: reuse
82+
# exclude: ^tests/(json|response|xml)/

0 commit comments

Comments
 (0)