Skip to content

Commit

Permalink
ruff fix (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ls-alexander-muehlbauer authored Nov 15, 2022
1 parent 7ff9623 commit bc0ff7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: .
rev: v0.7.19
rev: v0.7.20
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <you@example.com>"]
include = [
Expand Down

0 comments on commit bc0ff7b

Please sign in to comment.