Changeset View
Changeset View
Standalone View
Standalone View
.pre-commit-config.yaml
| Show All 9 Lines | - repo: https://gitlab.com/pycqa/flake8 | ||||
| rev: 3.8.3 | rev: 3.8.3 | ||||
| hooks: | hooks: | ||||
| - id: flake8 | - id: flake8 | ||||
| - repo: https://github.com/codespell-project/codespell | - repo: https://github.com/codespell-project/codespell | ||||
| rev: v1.16.0 | rev: v1.16.0 | ||||
| hooks: | hooks: | ||||
| - id: codespell | - id: codespell | ||||
| args: [-L simpy] | |||||
| - repo: local | - repo: local | ||||
| hooks: | hooks: | ||||
| - id: mypy | - id: mypy | ||||
| name: mypy | name: mypy | ||||
| entry: mypy | entry: mypy | ||||
| args: [swh] | args: [swh] | ||||
| pass_filenames: false | pass_filenames: false | ||||
| Show All 24 Lines | |||||