Skip to content

Commit 789df73

Browse files
committed
style: removed extra empty line; using 120 char max line length.
1 parent ceeb995 commit 789df73

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pycodestyle]
22
ignore = E121,E123,E126,E203,E226,E242,E704,E731,W391,W503,W504,C0103
3-
max-line-length = 99
3+
max-line-length = 120
44
statistics = True
55
exclude = setup.py,**/migrations/*,lib/*,.git,__pycache__,node_modules,.venv,.eggs/*,.serverless/**

tests/test_doc_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22

3-
43
def test_doc_example__index__1():
54
from pydantic_partials import PartialModel, Missing
65

0 commit comments

Comments
 (0)