Tools, scripts, apps and functions to run fast source and ground shaking estimation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
fail_fast: true |
|
files: ^(src/|test/|examples/|setup.py) |
|
repos: |
|
- repo: local |
|
hooks: |
|
- id: flake8 |
|
name: flake8 |
|
entry: flake8 |
|
language: system |
|
files: ^(src/|test/|examples/|setup.py) |
|
types: [python]
|
|
|