Skip to content

Commit 74fcbc1

Browse files
committed
PR cleanup
1 parent 16a7cf2 commit 74fcbc1

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

.bandit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bandit]
2+
skips: B101,B102

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
22
ignore = E203, E266, E501, W503
3-
max-line-length = 80
3+
max-line-length = 88
44
max-complexity = 20
55
select = B,C,E,F,W,T4,B9

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ build/
99
.cache/
1010
*.egg-info/
1111
.pytest_cache/
12-
bin/
13-
*.gz
14-
lib/

pyproject.toml

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

0 commit comments

Comments
 (0)