Skip to content

Commit fc59ad3

Browse files
authored
Merge pull request #93 from ghazi-git/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 760e5d5 + f61e7ed commit fc59ad3

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
@@ -16,13 +16,13 @@ repos:
1616
types_or: [ python, pyi, markdown, rst ]
1717

1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 7.1.1
19+
rev: 7.2.0
2020
hooks:
2121
- id: flake8
2222
args: [ --max-line-length, '120' , --ignore, 'E,W']
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.11.2
25+
rev: v1.15.0
2626
hooks:
2727
- id: mypy
2828
args: [ --ignore-missing-imports, --check-untyped-defs, --disallow-incomplete-defs ]

0 commit comments

Comments
 (0)