Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-shields committed Aug 18, 2023
1 parent 4387ddc commit ce4d144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
select = B,B9,BLK,C,E,F,W
ignore = E203,W503
ignore = E203,W503,B905
max-complexity = 12
max-line-length = 120
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def lint(session):
"""Lint using flake8."""
args = session.posargs or SOURCES
session.run("poetry", "install", external=True)
print(args)
session.run("poetry", "run", "flake8", *args, external=True)


Expand Down

0 comments on commit ce4d144

Please sign in to comment.