Skip to content

Commit c10be77

Browse files
Update pre-commit hooks versions
1 parent 92c5056 commit c10be77

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Sphinx docs build check"
2-
on:
2+
on:
33
[push]
44

55
jobs:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
exclude: ^docs/|^scripts/
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.0.1
6+
rev: v4.3.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-yaml
1111
- repo: https://github.com/psf/black
12-
rev: 21.9b0
12+
rev: 22.6.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/PyCQA/isort
16-
rev: 5.9.3
16+
rev: 5.10.1
1717
hooks:
1818
- id: isort

raider/flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ class AuthFlow(Flow):
193193
expected.
194194
195195
"""
196+
196197
def __init__(
197198
self,
198199
request: Request,

0 commit comments

Comments
 (0)