pre-commit-ci[bot] pre-commit-ci[bot] commited on
Commit
5344e54
β€’
1 Parent(s): 968e300

[pre-commit.ci] pre-commit suggestions (#6177)

Browse files

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 β†’ v4.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0)
- [github.com/asottile/pyupgrade: v2.23.1 β†’ v2.31.0](https://github.com/asottile/pyupgrade/compare/v2.23.1...v2.31.0)
- [github.com/PyCQA/isort: 5.9.3 β†’ 5.10.1](https://github.com/PyCQA/isort/compare/5.9.3...5.10.1)
- [github.com/PyCQA/flake8: 3.9.2 β†’ 4.0.1](https://github.com/PyCQA/flake8/compare/3.9.2...4.0.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Files changed (1) hide show
  1. .pre-commit-config.yaml +4 -4
.pre-commit-config.yaml CHANGED
@@ -13,7 +13,7 @@ ci:
13
 
14
  repos:
15
  - repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v4.0.1
17
  hooks:
18
  - id: end-of-file-fixer
19
  - id: trailing-whitespace
@@ -24,14 +24,14 @@ repos:
24
  - id: check-docstring-first
25
 
26
  - repo: https://github.com/asottile/pyupgrade
27
- rev: v2.23.1
28
  hooks:
29
  - id: pyupgrade
30
  args: [--py36-plus]
31
  name: Upgrade code
32
 
33
  - repo: https://github.com/PyCQA/isort
34
- rev: 5.9.3
35
  hooks:
36
  - id: isort
37
  name: Sort imports
@@ -60,7 +60,7 @@ repos:
60
  # - id: yesqa
61
 
62
  - repo: https://github.com/PyCQA/flake8
63
- rev: 3.9.2
64
  hooks:
65
  - id: flake8
66
  name: PEP8
 
13
 
14
  repos:
15
  - repo: https://github.com/pre-commit/pre-commit-hooks
16
+ rev: v4.1.0
17
  hooks:
18
  - id: end-of-file-fixer
19
  - id: trailing-whitespace
 
24
  - id: check-docstring-first
25
 
26
  - repo: https://github.com/asottile/pyupgrade
27
+ rev: v2.31.0
28
  hooks:
29
  - id: pyupgrade
30
  args: [--py36-plus]
31
  name: Upgrade code
32
 
33
  - repo: https://github.com/PyCQA/isort
34
+ rev: 5.10.1
35
  hooks:
36
  - id: isort
37
  name: Sort imports
 
60
  # - id: yesqa
61
 
62
  - repo: https://github.com/PyCQA/flake8
63
+ rev: 4.0.1
64
  hooks:
65
  - id: flake8
66
  name: PEP8