diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ce03c6..a3f6b58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: . - rev: v0.7.19 + rev: v0.7.20 hooks: - id: end-of-file-fixer - id: trailing-whitespace diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 36ab2c2..5339424 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -41,7 +41,7 @@ name: ruff description: ruff - Python linting language: python - entry: ruff + entry: ruff --fix files: \.py$ - id: google-java-code-format name: Format Java with Google formatter diff --git a/pyproject.toml b/pyproject.toml index bc452ea..b115d9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ls-pre-commit-hooks" -version = "0.7.19" +version = "0.7.21" description = "A collection of useful pre-commit hooks used in Lightspeed Hospitality" authors = ["Your Name "] include = [