Skip to content

Commit

Permalink
fix pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdai committed Jul 23, 2024
1 parent 487c0be commit 7e6f4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
- id: mypy
name: mypy
pass_filenames: false
entry: bash -c 'mypy --config-file ../mypy.ini -p snowflake_cybersyn_demo "$@"' --
entry: bash -c 'mypy --config-file mypy.ini -p snowflake_cybersyn_demo "$@"' --
additional_dependencies: ["types-PyYAML"]
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
Expand Down

0 comments on commit 7e6f4f5

Please sign in to comment.