We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcea94e commit 1b8cfb8Copy full SHA for 1b8cfb8
2 files changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: ruff
11
args: [--fix, --exit-non-zero-on-fix]
12
- repo: https://github.com/psf/black
13
- rev: 23.12.1
+ rev: 24.1.1
14
hooks:
15
- id: black
16
- repo: https://github.com/tox-dev/tox-ini-fmt
src/devpi_process/__init__.py
@@ -1,4 +1,5 @@
1
"""Devpi PyPI to test with."""
2
+
3
from __future__ import annotations
4
5
import random
0 commit comments