Skip to content

Commit b26c56d

Browse files
committed
Minor hooks upgrades in .pre-commit-config.yaml
1 parent 762c66e commit b26c56d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
# Perform Markdown formatting before other hooks "fixing" line endings:
55
# PROBLEM: it alters the .md file permissions from 644 to 600 :(
66
- repo: https://github.com/executablebooks/mdformat
7-
rev: 0.7.16
7+
rev: 0.7.17
88
hooks:
99
- id: mdformat
1010
name: Format Markdown
@@ -27,7 +27,7 @@ repos:
2727
args: ['644']
2828
exclude: (\.md$|^tests/resources/.*shebang)
2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v4.4.0
30+
rev: v4.5.0
3131
hooks:
3232
- id: trailing-whitespace
3333
files: ''
@@ -37,14 +37,14 @@ repos:
3737
- id: check-executables-have-shebangs
3838
- id: check-shebang-scripts-are-executable
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.10.1
40+
rev: v3.15.0
4141
hooks:
4242
- id: pyupgrade
4343
args:
4444
- --py37-plus
4545
exclude: ^tests/resources/.*
4646
- repo: https://github.com/psf/black
47-
rev: 23.7.0
47+
rev: 23.12.1
4848
hooks:
4949
- id: black
5050
exclude: ^tests/resources/
@@ -54,7 +54,7 @@ repos:
5454
- id: python-bandit-vulnerability-check
5555
args: [--skip, 'B101', --recursive, .]
5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.4.1
57+
rev: v1.8.0
5858
hooks:
5959
- id: mypy
6060
args:
@@ -78,7 +78,7 @@ repos:
7878
name: pytest
7979
language: python
8080
additional_dependencies: [pytest, pytest-cov, coverage, rapidfuzz]
81-
entry: pytest -sv
81+
entry: pytest -vv
8282
require_serial: true
8383
pass_filenames: false
8484
files: \.py$

0 commit comments

Comments
 (0)