make linters happy
This commit is contained in:
parent
79c3369eab
commit
45a21f43f3
2 changed files with 7 additions and 0 deletions
5
NEWS.md
5
NEWS.md
|
|
@ -1,2 +1,7 @@
|
|||
<!--
|
||||
Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
|
||||
SPDX-License-Identifier: GPL-1.0-or-later
|
||||
-->
|
||||
|
||||
NEWS
|
||||
========
|
||||
|
|
|
|||
|
|
@ -17,12 +17,14 @@ nox.options.sessions = (*LINT_SESSIONS, "test")
|
|||
|
||||
# Helpers
|
||||
|
||||
|
||||
def git(session: nox.Session, *args, **kwargs):
|
||||
return session.run("git", *args, **kwargs, external=True)
|
||||
|
||||
|
||||
# General
|
||||
|
||||
|
||||
@nox.session(venv_backend="none")
|
||||
def lint(session: nox.Session):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue