Skip to content

Commit

Permalink
Merge branch 'main' into tox-ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-cal authored Oct 23, 2023
2 parents 9c79ee7 + d778dde commit f425b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extend-exclude = '''
'''
# Targeting future versions as well so we don't have black reformatting code
# en masse later.
target_version = ["py38", "py310", "py311"]
target_version = ["py310", "py311"]

[tool.isort]
# black-compatible isort configuration
Expand Down Expand Up @@ -75,6 +75,7 @@ addopts = ["--cov=snapcraft"]

# Most of this ruff configuration comes from craft-parts
[tool.ruff]
target-version = "py310"
line-length = 88
extend-exclude = [
"docs",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def recursive_data_files(directory, install_directory):
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Build Tools",
"Topic :: System :: Software Distribution",
]
Expand Down

0 comments on commit f425b2c

Please sign in to comment.