Skip to content

Commit 6e1c1b7

Browse files
authored
Merge pull request #64 from ghazi-git/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 304bb7e + 1676c33 commit 6e1c1b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ repos:
99
- id: check-yaml
1010

1111
- repo: https://github.com/Zac-HD/shed
12-
rev: 2023.6.1
12+
rev: 2024.1.1
1313
hooks:
1414
- id: shed
15-
additional_dependencies: [ 'black~=23.1' ]
15+
additional_dependencies: [ 'black~=24.3' ]
1616
types_or: [ python, pyi, markdown, rst ]
1717

1818
- repo: https://github.com/PyCQA/flake8
@@ -22,7 +22,7 @@ repos:
2222
args: [ --max-line-length, '120' , --ignore, 'E,W']
2323

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

0 commit comments

Comments
 (0)