Skip to content

Commit

Permalink
Merge pull request #19 from talgat-abdraimov/chore/updates
Browse files Browse the repository at this point in the history
updated configs
  • Loading branch information
talgat-abdraimov committed May 2, 2024
2 parents 8110762 + fcd50f4 commit 41c4ebe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ trim_trailing_whitespace = true
[*.{py,pyi}]
indent_style = space
indent_size = 4
max_line_length = 110

[Makefile]
indent_style = tab

[*.md]
trim_trailing_whitespace = false
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ repos:
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
hooks:
- id: bandit
1 change: 0 additions & 1 deletion dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

pre-commit
ruff
pip-tools

pytest
pytest-asyncio
Expand Down

0 comments on commit 41c4ebe

Please sign in to comment.