Skip to content

Commit dc5ac16

Browse files
committed
Update pre-commit & linting issues
1 parent 5214977 commit dc5ac16

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ repos:
5454
types: [text]
5555
stages: [commit, push, manual]
5656
- repo: https://github.com/pre-commit/mirrors-prettier
57-
rev: v2.6.0
57+
rev: v4.0.0-alpha.8
5858
hooks:
5959
- id: prettier

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Sphinx configuration."""
2+
23
project = "CheckedID Python API client"
34
author = "Jelmer Draaijer"
45
copyright = "2022, Jelmer Draaijer"

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Nox sessions."""
2+
23
import os
34
import shlex
45
import shutil

src/checkedid/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
"""CheckedID Python API client."""
2+
23
from .client import Client # noqa: F401

0 commit comments

Comments
 (0)