Skip to content

Commit b485ea3

Browse files
committed
Update setup.cfg
1 parent 7718da4 commit b485ea3

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

setup.cfg

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -120,26 +120,3 @@ shiny = py.typed
120120
[options.entry_points]
121121
console_scripts =
122122
shiny = shiny._main:main
123-
124-
# [flake8]
125-
# # E302: Expected 2 blank lines
126-
# # E501: Line too long
127-
# # F403: 'from module import *' used; unable to detect undefined names
128-
# # F405: Name may be undefined, or defined from star imports
129-
# # W503: Line break occurred before a binary operator
130-
# # E203: whitespace before ':' (see https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8)
131-
# # E701 multiple statements on one line (colon)
132-
# # E704: Multiple statements on one line (def)
133-
# ignore = E302, E501, F403, F405, W503, E203, E701, E704
134-
# extend_exclude = docs, .venv, venv, typings, build, _dev
135-
136-
# [isort]
137-
# profile=black
138-
# skip=
139-
# __init__.py
140-
# typings/
141-
# _dev/
142-
# .venv
143-
# venv
144-
# .tox
145-
# build

0 commit comments

Comments
 (0)