Skip to content

Commit bad7763

Browse files
committed
Bump precommit.
1 parent 3385426 commit bad7763

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-useless-excludes
1010
- id: check-hooks-apply
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.0.1
12+
rev: v4.3.0
1313
hooks:
1414
- id: trailing-whitespace
1515
- id: end-of-file-fixer
@@ -18,7 +18,7 @@ repos:
1818
- id: mixed-line-ending
1919
args: [--fix=lf]
2020
- repo: https://github.com/timothycrosley/isort
21-
rev: 5.9.3
21+
rev: 5.10.1
2222
hooks:
2323
- id: isort
2424
types: [python]

docs/cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ directory (assuming the filename is going to be a relative path):
6565
.. sourcecode:: shell
6666

6767
PYTHONHUNTER='~Q(filename_startswith="/")' python setup.py build
68-
68+
6969
Debugging a test
7070
================
7171

0 commit comments

Comments
 (0)