We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9f676 commit d04202dCopy full SHA for d04202d
3 files changed
.pre-commit-config.yaml
@@ -14,14 +14,14 @@ repos:
14
15
# Adds a standard feel to import segments
16
- repo: https://github.com/pycqa/isort
17
- rev: 5.5.4
+ rev: 5.13.2
18
hooks:
19
- id: isort
20
args: ["--profile", "black"]
21
22
# Format code. No, I don't like everything black does either.
23
- repo: https://github.com/psf/black-pre-commit-mirror
24
- rev: 23.12.1
+ rev: 24.1.1
25
26
- id: black
27
src/module_name/sample.py
@@ -1,4 +1,5 @@
1
"""This is just a sample file"""
2
+
3
from __future__ import annotations
4
5
tests/test_sample.py
"""Tests for sample"""
import pytest
0 commit comments