Skip to content

Commit

Permalink
Merge branch 'master' into build/convert-package-names-to-lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed Aug 28, 2022
2 parents 9e3e487 + 1d6fb24 commit 80bb641
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ copier = "copier.cli:CopierApp.run"
"Bug Tracker" = "https://github.com/copier-org/copier/issues"

[tool.poetry.dependencies]
python = ">=3.7,<4.0"
python = ">=3.7"
"backports.cached-property" = { version = ">=1.0.0", python = "<3.8" }
colorama = ">=0.4.3"
dunamai = ">=1.7.0"
Expand Down Expand Up @@ -103,18 +103,12 @@ style = "pep440"
vcs = "git"

[tool.black]
line-length = 88
target-version = ['py36']

[tool.isort]
profile = "black"
combine_as_imports = true
default_section = "THIRDPARTY"
force_grid_wrap = 0
include_trailing_comma = true
known_first_party = ["copier"]
line_length = 88
multi_line_output = 3 # black interop
use_parentheses = true

[tool.mypy]
ignore_missing_imports = true
Expand Down

0 comments on commit 80bb641

Please sign in to comment.