Skip to content

Commit 2e7d19c

Browse files
committed
Bump flake8
1 parent 5842381 commit 2e7d19c

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ ignore = E203, W503
33
max-line-length = 130
44
max-complexity = 16
55
buildins = CloudFoundryClient
6-
exclude = vendors,.git,.github,main/cloudfoundry_client/dropsonde
6+
exclude = vendors,.git,.github,main/cloudfoundry_client/dropsonde,venv,.eggs,build
77

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
black==20.8b1
2-
flake8==3.8.4
1+
black==22.12.0
2+
flake8==5.0.4

main/cloudfoundry_client/v2/spaces.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ def __init__(self, target_endpoint: str, client: "CloudFoundryClient"):
1313
def delete_unmapped_routes(self, space_guid: str):
1414
url = "%s%s/%s/unmapped_routes" % (self.target_endpoint, self.entity_uri, space_guid)
1515
super(SpaceManager, self)._delete(url)
16-

0 commit comments

Comments
 (0)