Skip to content

Commit 07c98c5

Browse files
[pre-commit.ci] pre-commit autoupdate (#75)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.38.0 → v2.38.2](asottile/pyupgrade@v2.38.0...v2.38.2) * Update .pre-commit-config.yaml * Update .pre-commit-config.yaml Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 10516b2 commit 07c98c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
args: ["-a", "from __future__ import annotations"]
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.38.0
28+
rev: v2.38.2
2929
hooks:
3030
- id: pyupgrade
3131
args: ["--py37-plus", "--keep-runtime-typing"]
@@ -49,7 +49,7 @@ repos:
4949
- id: mypy
5050
files: src
5151
args: [--show-error-codes]
52-
additional_dependencies: [rich>=12, click>=8.1.1, hist, numpy, textual==0.1.17]
52+
additional_dependencies: [rich>=12, click>=8.1.1, hist, numpy==1.21.6, textual==0.1.17]
5353

5454
- repo: https://github.com/codespell-project/codespell
5555
rev: v2.2.1

0 commit comments

Comments
 (0)