Skip to content

Commit e5ab566

Browse files
authored
Merge pull request #257 from stac-utils/pv/upgrade
version upgrades
2 parents bed2272 + 344610b commit e5ab566

File tree

3 files changed

+863
-862
lines changed

3 files changed

+863
-862
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[flake8]
22
select = B,B9,C,DAR,E,F,N,RST,S,W
33
# remove after D202 eventually
4-
ignore = E203,E501,RST201,RST203,RST301,W503,D202,B950,C901
4+
ignore = E203,E501,RST201,RST203,RST301,W503,D202,B950,C901,B907
55
max-line-length = 80
66
max-complexity = 10
77
docstring-convention = google

0 commit comments

Comments
 (0)