File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 2424 args :
2525 - --pytest-test-first
2626 - repo : https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
27- rev : 0.2.1
27+ rev : 0.2.3
2828 hooks :
2929 - id : yamlfmt
3030 args :
@@ -35,14 +35,14 @@ repos:
3535 - --offset
3636 - ' 2'
3737 - repo : https://github.com/astral-sh/ruff-pre-commit
38- rev : v0.0.292
38+ rev : v0.3.0
3939 hooks :
4040 - id : ruff
4141 args :
4242 - --fix
4343 exclude : tests/input/
4444 - repo : https://github.com/psf/black
45- rev : 23.9.1
45+ rev : 24.2.0
4646 hooks :
4747 - id : black
4848 - repo : https://github.com/asottile/blacken-docs
7474 language : pygrep
7575 types : [python]
7676 - repo : https://github.com/pre-commit/mirrors-mypy
77- rev : v1.6 .0
77+ rev : v1.8 .0
7878 hooks :
7979 - id : mypy
8080 exclude : tests/input/
Original file line number Diff line number Diff line change 55![ PyPI - Downloads] ( https://img.shields.io/pypi/dd/pylint-pytest )
66![ PyPI - License] ( https://img.shields.io/pypi/l/pylint-pytest )
77
8- [ ![ Github - Testing] ( https://github.com/pylint-dev/pylint-pytest/actions/workflows/run- tests.yaml/badge.svg )] ( https://github.com/pylint-dev/pylint-pytest/actions/workflows/run- tests.yaml )
8+ [ ![ Github - Testing] ( https://github.com/pylint-dev/pylint-pytest/actions/workflows/tests.yaml/badge.svg )] ( https://github.com/pylint-dev/pylint-pytest/actions/workflows/tests.yaml )
99[ ![ codecov] ( https://codecov.io/gh/pylint-dev/pylint-pytest/graph/badge.svg?token=NhZDLKmomd )] ( https://codecov.io/gh/pylint-dev/pylint-pytest )
1010
11+ [ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/pylint-dev/pylint-pytest/master.svg )] ( https://results.pre-commit.ci/latest/github/pylint-dev/pylint-pytest/master )
1112[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
1213[ ![ Checked with mypy] ( https://www.mypy-lang.org/static/mypy_badge.svg )] ( https://mypy-lang.org/ )
1314[ ![ Pylint] ( https://img.shields.io/badge/linting-pylint-yellowgreen )] ( https://github.com/pylint-dev/pylint )
Original file line number Diff line number Diff line change @@ -128,9 +128,9 @@ pluggy==1.3.0 \
128128 --hash=sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12 \
129129 --hash=sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7
130130 # via pytest
131- pre-commit==3.6.0 \
132- --hash=sha256:c255039ef399049a5544b6ce13d135caba8f2c28c3b4033277a788f434308376 \
133- --hash=sha256:d30bad9abf165f7785c15a21a1f46da7d0677cb00ee7ff4c579fd38922efe15d
131+ pre-commit==3.6.2 \
132+ --hash=sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c \
133+ --hash=sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e
134134 # via -r requirements/dev.in
135135pylint==3.0.3 \
136136 --hash=sha256:58c2398b0301e049609a8429789ec6edf3aabe9b6c5fec916acd18639c16de8b \
Original file line number Diff line number Diff line change 66 Tests here are voluntarily minimalistic, the goal is not to test pylint, it is only checking
77 that pylint_pytest integrates just fine
88"""
9+
910import subprocess
1011
1112
You can’t perform that action at this time.
0 commit comments