From 07f34e7126ee9b7221da118d7ce43f960afe8cf0 Mon Sep 17 00:00:00 2001 From: johndoknjas Date: Thu, 22 Aug 2024 19:38:36 -0700 Subject: [PATCH] Version 1.0.2. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f0bdd89..660bc1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta" [project] requires-python = ">= 3.8" name = "lintception" -version = "1.0.1" +version = "1.0.2" authors = [ { name="John Doknjas", email="jdoknjas@sfu.ca" }, ] -description = "Runs a few popular linters in series (mypy, vulture, vermin), and also does some other checks." +description = "Runs a few popular linters in series (mypy, vulture, vermin, pylint), and also does some other checks." keywords = ["linter", "mypy", "vulture", "vermin", "pylint", "testing", "linting", "lintception"] dependencies = [ "mypy",