Skip to content

Commit

Permalink
run all hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Feb 28, 2025
1 parent a9510a7 commit 4764f67
Show file tree
Hide file tree
Showing 4 changed files with 5,800 additions and 5,800 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cmd:
cmd:
- "check-ast"
- "debug-statements"
- "end-of-file-fixer"
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: debug-statements #Check for debugger imports and breakpoint() in python files
- id: check-ast #Simply check whether files parse as valid python
Expand Down Expand Up @@ -33,4 +33,4 @@ repos:
# language: system
# types: [python]
# exclude: ^venv/ ^.git/ ^.vscode/ ^.DS_Store
minimum_pre_commit_version: 4.0.1
minimum_pre_commit_version: 4.0.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ vrs_anvil_toolkit = ["**/*.yaml"]
[tool.setuptools_scm]

[tool.pytest.ini_options]
filterwarnings = ["ignore::DeprecationWarning"]
filterwarnings = ["ignore::DeprecationWarning"]
Loading

0 comments on commit 4764f67

Please sign in to comment.