Skip to content

Commit 4ad2d88

Browse files
committed
Fix lint issues
1 parent 371c1b3 commit 4ad2d88

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

admin/release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import datetime
66
import os
7-
import re
87
from pathlib import Path
98

109
from dulwich.porcelain import add, commit, push, tag_list

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ignore =
88
.remarkrc
99
.style.yapf
1010
.travis.yml
11+
admin
12+
admin/*
1113
CHANGELOG.rst
1214
CODE_OF_CONDUCT.rst
1315
CONTRIBUTING.rst

spelling_private_dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ascii
44
bool
55
boolean
66
bytesio
7+
changelog
78
chunked
89
cmyk
910
connectionerror

0 commit comments

Comments
 (0)