Skip to content

Commit c5c3107

Browse files
committed
fix(.pre-commit-config.yaml):
1 parent 3f83d84 commit c5c3107

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,19 @@ repos:
5050
files: \.(py|js|vue)$
5151

5252

53-
- repo: https://github.com/executablebooks/mdformat
54-
rev: 0.7.22
55-
hooks:
56-
- id: mdformat
57-
name: mdformat
58-
entry: mdformat .
59-
language_version: python3.11
60-
61-
# - repo: https://github.com/hadialqattan/pycln
62-
# rev: v2.4.0
53+
# - repo: https://github.com/executablebooks/mdformat
54+
# rev: 0.7.22
6355
# hooks:
64-
# - id: pycln
56+
# - id: mdformat
57+
# name: mdformat
58+
# entry: mdformat .
59+
# language_version: python3.11
60+
# files: "docs/.*\\.md$"
61+
62+
- repo: https://github.com/hadialqattan/pycln
63+
rev: v2.5.0
64+
hooks:
65+
- id: pycln
6566

6667
- repo: https://github.com/isidentical/teyit
6768
rev: 0.4.3
@@ -81,7 +82,7 @@ repos:
8182
rev: v2.2.6
8283
hooks:
8384
- id: codespell
84-
exclude: '^(third_party/)|(poetry.lock)|(ui/package-lock.json)'
85+
exclude: '^(third_party/)|(poetry.lock)|(ui/package-lock.json)|(agentic_security/static/.*)'
8586
args:
8687
# if you've got a short variable name that's getting flagged, add it here
8788
- -L bu,ro,te,ue,alo,hda,ois,nam,nams,ned,som,parm,setts,inout,warmup,bumb,nd,sie,vEw

0 commit comments

Comments
 (0)