Skip to content

Commit 144989e

Browse files
[pre-commit.ci] pre-commit autoupdate (#172)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 691779f commit 144989e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- id: flake8
3232

3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.2.5
34+
rev: v2.2.6
3535
hooks:
3636
- id: codespell
3737
args: ["--toml", "pyproject.toml"]
@@ -54,6 +54,6 @@ repos:
5454

5555
# this validates our github workflow files
5656
- repo: https://github.com/python-jsonschema/check-jsonschema
57-
rev: 0.26.3
57+
rev: 0.27.0
5858
hooks:
5959
- id: check-github-workflows

src/ansys/tools/installer/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def _download(self, url, filename, when_finished=None, auth=None):
493493
"""Download a file with a progress bar.
494494
495495
Checks cache first. If cached file exists and is the same size
496-
as the file to be downloade, uses cached file.
496+
as the file to be downloaded, uses cached file.
497497
498498
``when_finished`` must accept one parameter, the path of the file downloaded.
499499

0 commit comments

Comments
 (0)