Skip to content

Commit 11342a7

Browse files
[pre-commit.ci] pre-commit autoupdate (#369)
1 parent ddbb125 commit 11342a7

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: check-toml
1616
# JS
1717
- repo: https://github.com/pre-commit/mirrors-eslint
18-
rev: v9.0.0-alpha.0
18+
rev: v9.0.0-beta.2
1919
hooks:
2020
- id: eslint
2121
files: \.([jt]sx?|vue)$
@@ -26,7 +26,7 @@ repos:
2626
2727
# Python
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.1.9
29+
rev: v0.3.2
3030
hooks:
3131
- id: ruff
3232
args: ["--fix"]

dpgui/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""DP-GUI Python package."""
2+
23
import logging
34

45
from .dargs import generate_input_json as generate_dpgui_templates

dpgui/dargs.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Export all installed dargs inputs."""
2+
23
import hashlib
34
import json
45

hatch_build.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Hatch build hook for dpgui."""
2+
23
import os
34
import subprocess
45
from pathlib import Path

0 commit comments

Comments
 (0)