Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Nfsaavedra committed Mar 22, 2024
1 parent f912efc commit 3e4a662
Show file tree
Hide file tree
Showing 31 changed files with 1,873 additions and 876 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- name: Run linter
uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.3.0"

- name: Install Python 3
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion puppetparser/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from puppetparser.parser import parse

with open("test.pp", "r") as f:
print(parse(f.read()))
print(parse(f.read()))
Loading

0 comments on commit 3e4a662

Please sign in to comment.