Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Aoun committed May 14, 2024
1 parent 9e066b7 commit 5c42528
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,3 @@ We can now leave our docker container (`exit`) and continue with uploading the f
.. code-block:: console

python -m twine upload dist/*

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ max-complexity = 15
[tool.ruff.lint.per-file-ignores]
"docs/**" = ["E402"]
"src/xncml/**/__init__.py" = ["F401", "F403"]
"src/xncml/generated/*.py" = ["D"]
"tests/**/*.py" = ["D"]
"src/xncml/parser.py" = ["C901"] # To be added

[tool.ruff.lint.pycodestyle]
max-doc-length = 180
Expand Down

0 comments on commit 5c42528

Please sign in to comment.