Skip to content

Commit

Permalink
Update linting configuration (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Jan 17, 2023
1 parent bd867d1 commit d46c1b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,10 @@ repos:
- flake8-comprehensions
- flake8-assertive
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.13.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.6.0]
- repo: https://github.com/pre-commit/mirrors-prettier
# prettier config is in '.prettierrc.toml' and '.prettierignore'
rev: v3.0.0-alpha.4
hooks:
- id: prettier
additional_dependencies: [black==22.12.0]
- repo: https://github.com/rtts/djhtml
rev: v1.5.2
hooks:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ channels =
[flake8]
select = C,E,F,W,B,I
ignore = E203,E501,W503
extend-ignore = B028
exclude=migrations,dist,build,venv,node_modules,.tox,venv,.venv,.git
max-line-length=88

Expand Down

0 comments on commit d46c1b5

Please sign in to comment.