Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 8569a9e

Browse files
authored
Merge pull request #28 from AI2Business/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents dabf00a + 71b5144 commit 8569a9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: '21.5b1'
3+
rev: '21.6b0'
44
hooks:
55
- id: black
66
- repo: https://github.com/PyCQA/isort
77
rev: '5.8.0' # Use the revision sha / tag you want to point at
88
hooks:
99
- id: isort
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: 'v3.4.0'
11+
rev: 'v4.0.1'
1212
hooks:
1313
- id: check-added-large-files
1414
- repo: https://github.com/asottile/setup-cfg-fmt
1515
rev: 'v1.17.0'
1616
hooks:
1717
- id: setup-cfg-fmt
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v3.4.0 # Use the ref you want to point at
19+
rev: v4.0.1 # Use the ref you want to point at
2020
hooks:
2121
- id: trailing-whitespace
2222
- id: check-yaml
2323
exclude: docs/mkdocs.yml
2424
- repo: https://github.com/PyCQA/pylint
25-
rev: 'v2.8.2'
25+
rev: 'v2.8.3'
2626
hooks:
2727
- id: pylint
2828
name: pylint
2929
entry: pylint mkdocstrings_sourcelink
3030
pass_filenames: false
3131
always_run: true
3232
- repo: https://github.com/PyCQA/pydocstyle
33-
rev: '6.0.0'
33+
rev: '6.1.1'
3434
hooks:
3535
- id: pydocstyle
3636
name: pydocstyle

0 commit comments

Comments
 (0)