Skip to content

Commit

Permalink
Another attempt to make flake8 ignore E501
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoOpenCosmos committed Jan 27, 2025
1 parent ee823b6 commit bb372d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: install dependencies
run: pip install .[test]
- name: cognitive
run: flake8 . --max-cognitive-complexity=5 --config=pyproject.toml
run: flake8 . --max-cognitive-complexity=5 --ignore=E501

isort:
name: isort
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,3 @@ find = {}

[tool.pydocstyle]
convention = "google"

[tool.flake8]
ignore = "E501"

0 comments on commit bb372d9

Please sign in to comment.