Skip to content

Commit

Permalink
Chore: Update pre-commit contents to match ITR-examples
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions committed Oct 27, 2023
1 parent e66c859 commit f286562
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@ repos:
# https://pre-commit.com/#top_level-default_language_version
language_version: python3.11

- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v8.51.0'
hooks:
- id: eslint
files: \^*.toml
types: [file]
additional_dependencies:
- eslint
- eslint-config-google
- eslint-loader
- eslint-plugin-react
- babel-eslint

- repo: https://github.com/pycqa/flake8
rev: '6.1.0'
hooks:
Expand All @@ -49,3 +36,13 @@ repos:
rev: 'v1.6.1'
hooks:
- id: mypy

- repo: local
hooks:
- id: tomllint
name: "Script: scripts/tomllint.sh"
language: script
# pass_filenames: false
files: \^*.toml
types: [file]
entry: scripts/tomllint.sh .

0 comments on commit f286562

Please sign in to comment.