Skip to content

Commit

Permalink
fix: code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Jun 28, 2023
1 parent c3b7770 commit abdf421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black

Expand All @@ -16,7 +16,7 @@ repos:
- id: flake8

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell

Expand All @@ -35,6 +35,6 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
rev: 0.23.2
hooks:
- id: check-github-workflows
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ doc = [


[tool.flit.module]
name = "ansys.pre_commit_hooks.library"
name = "ansys.pre_commit_hooks"

[project.urls]
Source = "https://github.com/ansys/pre-commit-hooks"
Expand Down

0 comments on commit abdf421

Please sign in to comment.