diff --git a/docs/source/conf.py b/docs/source/conf.py index c2a6978..77e9265 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = 'diskinfo' copyright = '2022-2024, Peter Sulyok' author = 'Peter Sulyok' -release = '3.0.0' +release = '3.1.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 26d2a77..0283f25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "diskinfo" description = "Disk information Python library for Linux" readme = "README.md" -version = "3.0.0" +version = "3.1.0" authors = [ { name = "Peter Sulyok", email = "peter@sulyok.net" } ] @@ -62,14 +62,3 @@ disable= [ "too-many-statements", "invalid-name", "protected-access", "too-many-instance-attributes", "too-many-public-methods", "too-few-public-methods", "duplicate-code" ] - -[tool.flake8] -exclude = [ "docs", "htmlcov", ".git", "__pycache__", ".pytest_cache", ".vscode", ".idea", "venv*", ".venv*", "build" ] -max-line-length = 120 -count = true -show-source = true -statistics = true -per-file-ignores = [ - "test_diskinfo.py: F821", - "test_disk.py: F821" - ] \ No newline at end of file