Skip to content

Commit

Permalink
Merge pull request #39 from ARYAN-NIKNEZHAD/chore/flake8-config
Browse files Browse the repository at this point in the history
🔧 Move Flake8 Config Pyproject.toml
  • Loading branch information
sepehr-akbarzadeh authored Aug 20, 2024
2 parents db9df2c + b6d5bd2 commit f21b026
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .flake8

This file was deleted.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ max-args = 5
name = "cz_conventional_commits"
version = "0.1.0"

[tool.flake8]
max-line-length = 88
extend-ignore = ["E203", "W503"]
exclude = ["docs"]

[tool.pytest.ini_options]
addopts = "--strict-markers"
testpaths = ["tests"]
Expand Down

0 comments on commit f21b026

Please sign in to comment.