Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 4bf3f8c

Browse files
authored
Merge pull request #331 from maarten-boot/master
sync to whoisdomain 1.20230913.1
2 parents 90cd651 + 6c5c791 commit 4bf3f8c

25 files changed

+2145
-6775
lines changed

reformat-code.sh

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,8 @@
22

33
doIt()
44
{
5-
black --line-length 120 .
6-
7-
pylama *.py whois/ |
8-
awk '
9-
/__init__/ && / W0611/ { next }
10-
# / W0401 / { next }
11-
/ E501 / { next } # E501 line too long [pycodestyle]
12-
/ E203 / { next } # E203 whitespace before ':' [pycodestyle]
13-
/ C901 / { next } # C901 <something> is too complex (<nr>) [mccabe]
14-
{ print }
15-
'
5+
black --line-length 160 whois
6+
pylama --max-line-length 160 whois/
167
}
178

189
main()

whois/_0_init_tld.py

Lines changed: 0 additions & 169 deletions
This file was deleted.

0 commit comments

Comments
 (0)