Skip to content

Commit 17191b8

Browse files
authored
Merge pull request #203 from Gallaecio/safe-url-extra-escaping
safe_url_string: escape additional characters
2 parents e2c7b62 + 0994e08 commit 17191b8

File tree

6 files changed

+466
-20
lines changed

6 files changed

+466
-20
lines changed

.flake8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ ignore =
1010
W504,
1111

1212
# black disagrees with flake8, and inserts whitespace
13-
E203, # whitespace before ':'
13+
# E203: whitespace before ':'
14+
E203,

0 commit comments

Comments
 (0)