Skip to content

Commit

Permalink
Changes for Black integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Aug 2, 2023
1 parent 2b5a951 commit e9d2975
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Migrate code style to Black
41720c5a7e736587088d25140f7eee7af540f668
10 changes: 10 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Lint

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ ignore-imports=no
[FORMAT]

# Maximum number of characters on a single line.
max-line-length=80
max-line-length=88

# Regexp for a line that is allowed to be longer than the limit.
ignore-long-lines=^\s*(# )?<?https?://\S+>?$
Expand Down

0 comments on commit e9d2975

Please sign in to comment.