Skip to content

change current code style to be valid with black, isort and flake8 #40

Description

@FelixTheC
  • create a pyprojects.toml
  • add necessary settings for black, isort and flake8 (see below)
  • run all linters to change the style initialy before merging Add test ci #38
[tool.black]
line-length = 100
target-version = ['py39']

[tool.isort]
combine_as_imports = true
line_length = 100
profile = "black"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions