Skip to content

Commit

Permalink
changes linked to codacy-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
michmuel committed Jan 8, 2024
1 parent dbb73df commit 81d2cfa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .codacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
engines:
pylintpython3:
enabled: true
python_version: 3
4 changes: 4 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[FORMAT]

# Maximum number of characters on a single line.
max-line-length=110
3 changes: 3 additions & 0 deletions bandit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
assert_used:
skips:
- "*/test_*.py"

0 comments on commit 81d2cfa

Please sign in to comment.