Skip to content

Commit

Permalink
Merge pull request #47 from berquist/ruff
Browse files Browse the repository at this point in the history
linting and type fixes
  • Loading branch information
berquist authored Mar 7, 2024
2 parents 3fb344f + f2b01f4 commit acba0a4
Show file tree
Hide file tree
Showing 21 changed files with 59 additions and 618 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@ repos:
# additional_dependencies:
# - toml
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: "v1.3.0"
# rev: "v1.8.0"
# hooks:
# - id: mypy
# args: []
# additional_dependencies:
# - attrs
# - numpy
# - types-pyyaml
# - versioningit
- repo: https://github.com/adrienverge/yamllint
rev: "v1.35.1"
hooks:
Expand Down
Loading

0 comments on commit acba0a4

Please sign in to comment.