Skip to content

Commit 8509fe2

Browse files
committed
init
1 parent 6dbd9bd commit 8509fe2

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

.config/dictionary.txt

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1-
CLIARGS
2-
virsh
1+
addoption
2+
addopts
3+
cliargs
4+
dataclass
5+
dumpxml
6+
fixturenames
7+
fqcn
8+
getppid
9+
httpapi
10+
HTTPAPI
11+
libssh
12+
Libssh
13+
metafunc
14+
netcommon
15+
netconf
16+
pathsep
317
popen
4-
pylibsshext
518
pylibssh
19+
pylibsshext
20+
rootdir
21+
testpaths
622
virl
723
virsh
8-
xmltodict
9-
getppid
10-
fqcn
24+
xmltodict

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ repos:
113113
alias: mypy-py310
114114
name: MyPy, for Python 3.10
115115
additional_dependencies:
116+
- ansible-pylibssh
116117
- pytest
117-
- types-PyYAML
118+
- xmltodict
118119
args:
119120
- --python-version=3.10
120121
pass_filenames: false

0 commit comments

Comments
 (0)