Skip to content
Snippets Groups Projects

Draft: Add pre-commit hook and improve with better linting

Closed Hannes Feldt requested to merge add-pre-commit-improve-tox-setup into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -11,13 +11,12 @@ name = "{{cookiecutter.project_slug}}"
@@ -11,13 +11,12 @@ name = "{{cookiecutter.project_slug}}"
dynamic = ["version"]
dynamic = ["version"]
description="{{cookiecutter.description}}"
description="{{cookiecutter.description}}"
readme = "README.md"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
classifiers = [
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.12",
Loading