Skip to content

Commit

Permalink
build: pylint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed May 12, 2023
1 parent 40cdc82 commit 6f7abb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[MASTER]

# Add files or directories to the blacklist. They should be base names, not paths.
ignore=CVS,.git,flake8.egg-info
ignore=CVS,.git,flake8.egg-info,conf.py

# Use multiple processes to speed up Pylint.
jobs=4
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"""Setuptools dynamic package. This setup allow to build Sphinx Documentation only."""


from __future__ import annotations

import json
import pathlib

Expand Down

0 comments on commit 6f7abb3

Please sign in to comment.