Skip to content
Snippets Groups Projects
Commit 987a56d8 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Raise version and fix linting issues

parent f37b4cf6
No related branches found
No related tags found
No related merge requests found
[tool.poetry] [tool.poetry]
name = "AlekSIS-Builddeps" name = "AlekSIS-Builddeps"
version = "2021.12.post0" version = "2021.12.1.dev0"
packages = [] packages = []
description = "AlekSIS (School Information System) — Build/Dev dependencies for apps" description = "AlekSIS (School Information System) — Build/Dev dependencies for apps"
...@@ -32,12 +32,12 @@ flake8 = "^4.0.0" ...@@ -32,12 +32,12 @@ flake8 = "^4.0.0"
flake8-django = "^1.0.0" flake8-django = "^1.0.0"
flake8-fixme = "^1.1.1" flake8-fixme = "^1.1.1"
flake8-mypy = "^17.8.0" flake8-mypy = "^17.8.0"
flake8-bandit = "^2.1.2" flake8-bandit = "^3.0.0"
flake8-builtins = "^1.4.1" flake8-builtins = "^1.4.1"
flake8-docstrings = "^1.5.0" flake8-docstrings = "^1.5.0"
flake8-rst-docstrings = "^0.2.0" flake8-rst-docstrings = "^0.2.0"
black = ">=21.0" black = ">=21.0"
flake8-black = "^0.2.4" flake8-black = "^0.3.0"
isort = "^5.0.0" isort = "^5.0.0"
flake8-isort = "^4.0.0" flake8-isort = "^4.0.0"
pytest-cov = "^3.0.0" pytest-cov = "^3.0.0"
......
[tool.poetry] [tool.poetry]
name = "AlekSIS" name = "AlekSIS"
version = "2021.12.post0" version = "2021.12.1.dev0"
packages = [ { include = "aleksis_meta" } ] packages = [ { include = "aleksis_meta" } ]
include = ["LICNECE.rst"] include = ["LICNECE.rst"]
readme = "README.rst" readme = "README.rst"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment