Skip to content

Commit

Permalink
pre-commit: remove FCN checl (#1526)
Browse files Browse the repository at this point in the history
* pre-commit: remove FCN checl

* Fix FCN check

* Fix FCN check

* flake8-plugins pin to version
  • Loading branch information
myakove authored Nov 16, 2023
1 parent 48c2599 commit 6278805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ fcn_exclude_functions =
getLogger,
loads,
get,
appens,
next,
setdefault,
dumps,
Expand Down Expand Up @@ -43,9 +42,9 @@ fcn_exclude_functions =
re,
requests,
signal,
self,
yaml,
benedict,
logger,

enable-extensions =
FCN,
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: flake8
args: [--config=.flake8]
additional_dependencies: [
"git+https://github.com/RedHatQE/flake8-plugins.git",
"git+https://github.com/RedHatQE/flake8-plugins.git@v0.0.2",
"flake8-mutable",
]

Expand Down

0 comments on commit 6278805

Please sign in to comment.