Skip to content

Commit

Permalink
Version 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Aug 23, 2024
1 parent 5095180 commit 07f34e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
]
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",
Expand Down

0 comments on commit 07f34e7

Please sign in to comment.