Skip to content

Commit

Permalink
chore: refactor to version-15
Browse files Browse the repository at this point in the history
  • Loading branch information
agritheory committed Jul 26, 2024
1 parent e527020 commit 66282c2
Show file tree
Hide file tree
Showing 34 changed files with 2,898 additions and 3,547 deletions.
10 changes: 2 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,11 @@ repos:
- id: flake8
additional_dependencies: ['flake8-bugbear']

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
hooks:
- id: mypy
exclude: ^tests/
args: [--ignore-missing-imports]

- repo: https://github.com/agritheory/test_utils
rev: v0.14.0
rev: v0.14.1
hooks:
- id: update_pre_commit_config
- id: mypy
- id: validate_copyright
files: '\.(js|ts|py|md)$'
args: ['--app', 'inventory_tools']
Expand Down
Loading

0 comments on commit 66282c2

Please sign in to comment.