Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add end_lineno and end_col_offset to nodes #1258

Merged
merged 14 commits into from
Nov 21, 2021
Prev Previous commit
Next Next commit
Add tests
  • Loading branch information
cdce8p committed Nov 20, 2021
commit 3295c09ac37a0864d5566798c1e4715b68a98b88
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ repos:
rev: 1.0.1
hooks:
- id: black-disable-checker
exclude: tests/unittest_nodes_lineno.py
- repo: https://github.com/psf/black
rev: 21.10b0
hooks:
Expand Down
Loading