Skip to content

Commit ceb4827

Browse files
authored
Merge branch 'master' into dependabot/pip/pip-tools-7.4.0
2 parents 8707f6d + 62c11fd commit ceb4827

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
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
@@ -74,7 +74,7 @@ repos:
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/

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
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)

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
135135
pylint==3.0.3 \
136136
--hash=sha256:58c2398b0301e049609a8429789ec6edf3aabe9b6c5fec916acd18639c16de8b \

tests/test_pylint_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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+
910
import subprocess
1011

1112

0 commit comments

Comments
 (0)