Skip to content

Commit dbec6ed

Browse files
authored
Merge pull request #14 from comictagger/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e01b9cf + 18b3855 commit dbec6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: isort
2929
args: [--af,--add-import, 'from __future__ import annotations']
3030
- repo: https://github.com/psf/black
31-
rev: 24.4.0
31+
rev: 24.4.2
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/PyCQA/flake8
@@ -38,7 +38,7 @@ repos:
3838
args: [--max-line-length=120, '--ignore=E203, E501, A003']
3939
additional_dependencies: [toml, flake8-encodings, flake8-warnings, flake8-builtins, flake8-length, flake8-print]
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.9.0
41+
rev: v1.10.0
4242
hooks:
4343
- id: mypy
4444
additional_dependencies: [types-setuptools, types-requests]

0 commit comments

Comments
 (0)