Skip to content

Commit

Permalink
Merge pull request #138 from kevin-bates/fix-linting
Browse files Browse the repository at this point in the history
Fix lint configuration and failures
  • Loading branch information
jtpio authored Aug 23, 2022
2 parents 02c513d + 0422774 commit ce172ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .flake8

This file was deleted.

15 changes: 14 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
[flake8]
max-line-length=200
exclude=jupyter-resource-usage/tests
# Ignore style and complexity
# E: style errors
# W: style warnings
# F401: module imported but unused
# F811: redefinition of unused `name` from line `N`
# F841: local variable assigned but never used
ignore = E, C, W, F401, F403, F811, F841, E402, I100, I101, D400
exclude =
jupyter-resource-usage/tests,
helm-chart,
hooks,
setup.py,
statuspage,
versioneer.py

[metadata]
name = jupyter-resource-usage
Expand Down

0 comments on commit ce172ac

Please sign in to comment.