Skip to content

Commit

Permalink
build: move pylint config into pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Aug 12, 2023
1 parent 1873ccb commit f2aa871
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 325 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ include __main__.py
include howto.txt
include igor.py
include metacov.ini
include pylintrc
include setup.py
include tox.ini

Expand Down
2 changes: 1 addition & 1 deletion coverage/html.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import os
import re
import shutil
import string # pylint: disable=deprecated-module
import string

from dataclasses import dataclass
from typing import Any, Dict, Iterable, List, Optional, Tuple, TYPE_CHECKING, cast
Expand Down
321 changes: 0 additions & 321 deletions pylintrc

This file was deleted.

Loading

0 comments on commit f2aa871

Please sign in to comment.