Skip to content

Commit acaec6e

Browse files
authored
Merge pull request #102 from CodeForAfrica/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d73e85f + 58216be commit acaec6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.1.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -9,12 +9,12 @@ repos:
99
args: [--markdown-linebreak-ext=md]
1010

1111
- repo: https://github.com/PyCQA/isort
12-
rev: 5.10.0
12+
rev: 5.10.1
1313
hooks:
1414
- id: isort
1515

1616
- repo: https://github.com/psf/black
17-
rev: 21.10b0
17+
rev: 21.12b0
1818
hooks:
1919
- id: black
2020
language_version: python3
@@ -26,7 +26,7 @@ repos:
2626
exclude: 'venv'
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v0.910-1
29+
rev: v0.930
3030
hooks:
3131
- id: mypy
3232
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)