Skip to content

Commit

Permalink
update liniting and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusSagen committed Dec 8, 2023
1 parent 9ea080e commit d6cf806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

env:
PROJECT_NAME: copilot
PROJECT_NAME: rejx
PYTHON_VERSION: "3.10.10"

jobs:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run Code Linting
run: |
ruff --output-format=github --fix --preview --unsafe-fixes src
ruff --fix --preview --unsafe-fixes src
make lint
unit_tests:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ repos:

# ruff
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.2
rev: v0.1.6
hooks:
- id: ruff
args: [ "--fix", "--preview" ]
args: [ "--fix", "--preview", "--unsafe-fixes" ]

ci:
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Expand Down

0 comments on commit d6cf806

Please sign in to comment.