File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
- exclude : " .yarn/|yarn.lock|\\ .min\\ .(css|js)$|static "
1
+ exclude : " .yarn/|yarn.lock|\\ .min\\ .(css|js)$"
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
4
rev : v5.0.0
@@ -13,6 +13,14 @@ repos:
13
13
- id : end-of-file-fixer
14
14
- id : mixed-line-ending
15
15
- id : trailing-whitespace
16
+ - repo : local
17
+ hooks :
18
+ - id : forbid-sourcemap
19
+ name : Check for sourceMappingURL
20
+ description : Ensures no files containing sourceMappingURL are committed
21
+ entry : sourceMappingURL
22
+ language : pygrep
23
+ types_or : [javascript, css]
16
24
- repo : https://github.com/adamchainz/django-upgrade
17
25
rev : 1.23.1
18
26
hooks :
30
38
- id : biome-check
31
39
additional_dependencies :
["@biomejs/[email protected] "]
32
40
args : [--unsafe]
41
+ exclude : " static"
33
42
- repo : https://github.com/tox-dev/pyproject-fmt
34
43
rev : v2.5.1
35
44
hooks :
You can’t perform that action at this time.
0 commit comments