Skip to content

Commit

Permalink
pre-commit: remove FCN check
Browse files Browse the repository at this point in the history
  • Loading branch information
myakove committed Nov 15, 2023
1 parent 8d1b718 commit 9dc6527
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
select=FCN,M511
select=M511

exclude =
doc,
Expand All @@ -9,9 +9,3 @@ exclude =
Pipfile.*,
docs/*,
.cache/*

fcn_exclude_functions =
re,

enable-extensions =
FCN,

0 comments on commit 9dc6527

Please sign in to comment.