Skip to content

Commit

Permalink
🔧 chore(config): update flake8 and dev dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
- add ignore rules for specific linter warnings
- set max line length to 88
- update dev dependencies to latest versions
  - bump autopep8 to >=2.3.2
  - bump black to >=24.10.0
  • Loading branch information
awwaawwa committed Jan 20, 2025
1 parent 25196d8 commit e3e31bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ build-backend = "hatchling.build"
[tool.flake8]
ignore = ["E203", "E261", "E501", "W503", "E741"]
max-line-length = 88

[dependency-groups]
dev = [
"autopep8>=2.3.2",
"black>=24.10.0",
]

0 comments on commit e3e31bd

Please sign in to comment.