Skip to content

Commit

Permalink
Incorporate cclauss feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Sep 17, 2023
1 parent 1e7b4a4 commit a7c0839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: ["3.11"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
args: [--prose-wrap=preserve]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 36c161038ec6d1447949edd5c0060436cb483c9b # frozen: v0.0.289
rev: 6fcbf19c7cf351a8dc3517a0fed3ebfa05610de2 # frozen: v0.0.290
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

0 comments on commit a7c0839

Please sign in to comment.