Skip to content

Commit

Permalink
MAINT Target py38 in flake8 (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
chkoar committed Sep 7, 2023
1 parent 27bb6c7 commit 0553fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ filterwarnings =

[flake8]
max-line-length = 88
target-version = ['py37']
target-version = ['py38']
ignore =
E24,
E121,
Expand Down

0 comments on commit 0553fbe

Please sign in to comment.