Skip to content

Commit b925b83

Browse files
chore: auto fixes from pre-commit.com hooks
1 parent 6c4ef30 commit b925b83

File tree

3 files changed

+5
-233
lines changed

3 files changed

+5
-233
lines changed

.config/dictionary.txt

Lines changed: 0 additions & 231 deletions
Original file line numberDiff line numberDiff line change
@@ -1,231 +0,0 @@
1-
addoption
2-
addopts
3-
alertmanager
4-
ansiblelint
5-
apport
6-
argparsing
7-
audgirka
8-
autohide
9-
autorefs
10-
bindep
11-
blockincludes
12-
blockinfile
13-
bracketsmatchtest
14-
bracketsmatchtestfile
15-
buildset
16-
cachier
17-
capfd
18-
caplog
19-
capsys
20-
Chamoulaud
21-
chkconfig
22-
chunksize
23-
clib
24-
CLICOLOR
25-
codeclimate
26-
Codeclimate
27-
codespell
28-
cpus
29-
cpuset
30-
createfile
31-
dbservers
32-
deannotate
33-
debconf
34-
dellemc
35-
devel
36-
DEVEL
37-
direnv
38-
doas
39-
dotconfig
40-
DOTGLOB
41-
dunder
42-
dzdo
43-
ematcher
44-
ematchtestfile
45-
EPIPE
46-
facelessuser
47-
facter
48-
fakerole
49-
fileglob
50-
filesspot
51-
filetree
52-
Fimport
53-
fips
54-
firewalld
55-
fontawesome
56-
formatstr
57-
formetting
58-
fqcn
59-
FQCN
60-
FQCNs
61-
fstring
62-
fullwidth
63-
gecos
64-
geerlingguy
65-
getent
66-
getmatches
67-
globmatch
68-
gplv
69-
hostkey
70-
hostnames
71-
hostvars
72-
htmlproofer
73-
ignorelist
74-
indentless
75-
inlinehilite
76-
insertafter
77-
ipwrap
78-
iscsi
79-
jsonfile
80-
junitxml
81-
keepends
82-
keypair
83-
keyserver
84-
kubevirt
85-
lalo
86-
languageservice
87-
levelname
88-
libyaml
89-
LIBYAML
90-
licensedb
91-
lineinfile
92-
Lineinfile
93-
LINEINFILE
94-
linenums
95-
lintable
96-
Lintable
97-
lintables
98-
localectl
99-
machinectl
100-
magiclink
101-
minversion
102-
mkdocstrings
103-
mockings
104-
modifyitems
105-
myrole
106-
mytag
107-
MYTAG
108-
namedtempfile
109-
nestedincludes
110-
netcommon
111-
nodeps
112-
NODEPS
113-
nomatchestest
114-
norole
115-
nxos
116-
octals
117-
Octals
118-
outlen
119-
panos
120-
parseable
121-
Parseable
122-
pathex
123-
pathspecs
124-
pbrun
125-
pfexec
126-
pkgcache
127-
placefolder
128-
plainexamples
129-
pmrun
130-
portchannel
131-
posargs
132-
preexec
133-
prerun
134-
pwsh
135-
pyargs
136-
pymdownx
137-
PYTHONBREAKPOINT
138-
PYTHONIOENCODING
139-
PYTHONPYCACHEPREFIX
140-
redef
141-
redirections
142-
reformatter
143-
releasenotes
144-
representer
145-
Representer
146-
reqs
147-
Reqs
148-
rolepath
149-
rulebook
150-
rulebooks
151-
ruledirs
152-
RULEDIRS
153-
runas
154-
runlevel
155-
sarif
156-
Sarif
157-
SARIF
158-
Sbarnea
159-
scalarint
160-
scalarstring
161-
scancode
162-
schemafile
163-
seealso
164-
sesu
165-
shortdesc
166-
showlocals
167-
SIGUSR
168-
simpletask
169-
simplifiable
170-
skiptasks
171-
slackpkg
172-
Sorin
173-
sortfunc
174-
SRCROOT
175-
srcs
176-
ssbarnea
177-
subelements
178-
subfolders
179-
subresults
180-
subschema
181-
subschemas
182-
substrs
183-
sudosu
184-
superfences
185-
supervisorctl
186-
swdepot
187-
switchport
188-
sysvinit
189-
taskfile
190-
Taskfile
191-
Taskfiles
192-
taskhandler
193-
taskimports
194-
taskincludes
195-
taskshandlers
196-
templatevars
197-
testcollection
198-
testinfra
199-
testns
200-
testpaths
201-
testrun
202-
timesyncd
203-
tmpfs
204-
toidentifier
205-
tomlsort
206-
Tsukinowa
207-
tuco
208-
typehint
209-
typehints
210-
ulimits
211-
uncook
212-
unjinja
213-
unlex
214-
unloadable
215-
unskippable
216-
untemplated
217-
userbase
218-
validable
219-
vararg
220-
varname
221-
varnotset
222-
varset
223-
varsfile
224-
varstring
225-
virtnet
226-
webservers
227-
willthames
228-
workerinput
229-
WSLENV
230-
xdist
231-
yatesr

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ repos:
6666
- id: cspell
6767
entry: sh
6868
pass_filenames: false
69-
args: ["-c", "cspell-cli . --relative --no-progress --no-summary && cspell . --disable-dictionary=words --words-only --quiet --unique | sort --ignore-case > .config/dictionary.txt"]
69+
args:
70+
[
71+
"-c",
72+
"cspell-cli . --relative --no-progress --no-summary && cspell . --disable-dictionary=words --words-only --quiet --unique | sort --ignore-case > .config/dictionary.txt",
73+
]
7074
name: Spell check with cspell and remove unused dictionary entries
7175
- repo: https://github.com/python-jsonschema/check-jsonschema
7276
rev: 0.33.1

cspell.config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ ignorePaths:
3232
- "*.egg-info"
3333
- junit.xml
3434
- examples/broken/encoding.yml
35-

0 commit comments

Comments
 (0)