Skip to content

Commit

Permalink
fix issues with ignore ASYNC110
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Sep 11, 2024
1 parent ce1e8c5 commit b1d118b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
sudo apt-get install -y unixodbc-dev
- name: Install build dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: pip install hatch
run: pip install hatch ruff>=0.6.4
- name: "Run linting"
if: steps.filters.outputs.src == 'true'
run: "hatch fmt --check"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.4
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit b1d118b

Please sign in to comment.