Skip to content

Commit

Permalink
Address prettier feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
corrylc committed Apr 22, 2024
1 parent 5bb01a5 commit 3ae1ff3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- uses: pre-commit/[email protected]
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- uses: pre-commit/[email protected]
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ repos:
rev: v0.4.1
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
hooks:
- id: mypy
args: [ --strict, --ignore-missing-imports ]
additional_dependencies:
[ panther-detection-helpers, panther-core ]
args: [--strict, --ignore-missing-imports]
additional_dependencies: [panther-detection-helpers, panther-core]

0 comments on commit 3ae1ff3

Please sign in to comment.