Skip to content

Commit

Permalink
Merge pull request #127 from PeterJCLaw/various-whitespace
Browse files Browse the repository at this point in the history
Various whitespace tidyups
  • Loading branch information
alexmojaki committed Oct 25, 2023
2 parents 88dc9f0 + 40eb115 commit 3250b11
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[*]
indent_size = 2
indent_style = space

insert_final_newline = true
trim_trailing_whitespace = true
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Mypy testing for Python 2
run: |
python -m mypy --py2 asttokens
python -m mypy --py2 asttokens
finish:
needs: test
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers =

[options]
packages = asttokens
install_requires =
install_requires =
six >= 1.12.0
typing; python_version < "3.5"
setup_requires = setuptools>=44; setuptools_scm[toml]>=3.4.3
Expand Down
2 changes: 1 addition & 1 deletion tests/test_mark_tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def g(x):
@deco3()
def g(x):
pass
@deco4
class C:
pass
Expand Down

0 comments on commit 3250b11

Please sign in to comment.