Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 7c2e1d3

Browse files
author
staticdev
committed
Add pygments
1 parent 228a2cd commit 7c2e1d3

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def mypy(session: Session) -> None:
142142
def tests(session: Session) -> None:
143143
"""Run the test suite."""
144144
install_package(session)
145-
install(session, "coverage[toml]", "pytest", "pytest_mock")
145+
install(session, "coverage[toml]", "pygments", "pytest", "pytest_mock")
146146
try:
147147
session.run("coverage", "run", "--parallel", "-m", "pytest", *session.posargs)
148148
finally:

poetry.lock

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ codecov = "^2.1.7"
2727
pytest-mock = "^3.1.1"
2828
typeguard = "^2.9.1"
2929
pre-commit = "^2.5.1"
30+
pygments = "^2.6.1"
3031

3132
[tool.poetry.scripts]
3233
toml-validator = "toml_validator.__main__:main"

0 commit comments

Comments
 (0)