Skip to content

Commit

Permalink
Add workaround for pypa/setuptools_scm#608
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbientLighter committed Aug 27, 2021
1 parent 0f3ee2c commit 9f78f2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -24,6 +24,8 @@ repos:
- id: black
files: ^src/
exclude: src/waldur_core/server/base_settings.py
additional_dependencies:
- tomli

- repo: https://github.com/PyCQA/flake8
rev: 3.7.9
Expand All @@ -33,6 +35,7 @@ repos:
exclude: src/waldur_core/server/base_settings.py
additional_dependencies:
- flake8-bandit==2.1.0

- repo: local
hooks:
- id: migrations
Expand Down

0 comments on commit 9f78f2a

Please sign in to comment.