Skip to content

Commit

Permalink
refactor: Update flake8 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
janezlapajne committed Jul 6, 2024
1 parent b6c31ba commit 5ec2011
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ module = "spectral"
ignore_missing_imports = true

[tool.flake8]
ignore = "E302, E305, E203, E501, W503"
select = "C,E,F,W,B,B950"
max-line-length = 100
exclude = [".git", "__pycache__", "__init__.py", ".mypy_cache", ".pytest_cache"]
per-file-ignores = ["tests/*:F401,F811"]

[tool.ruff]
Expand Down

0 comments on commit 5ec2011

Please sign in to comment.