Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
michdr committed Jan 17, 2025
1 parent 4bf5604 commit f5b2c5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/lint-check.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
uses: ./.github/workflows/pre-commit-check.yml
secrets: inherit
lint-check:
if: |
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
uses: ./.github/workflows/lint-check.yml
secrets: inherit
run-tests:
if: |
github.event_name == 'push' ||
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.9.2
hooks:
- id: ruff
args: [ --fix ]
Expand Down

0 comments on commit f5b2c5b

Please sign in to comment.