Skip to content

Commit

Permalink
Merge pull request #194 from hugovk/update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 26, 2022
2 parents 3859de2 + 2840f68 commit 9553202
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload packages to Jazzband
if: github.event.action == 'published'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: jazzband
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -17,7 +17,7 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
Expand All @@ -34,18 +34,18 @@ repos:
- id: check-yaml

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.1
rev: v2.0.0
hooks:
- id: setup-cfg-fmt
args: [--max-py-version=3.11]
args: [--max-py-version=3.11, --include-version-classifiers]

- repo: https://github.com/tox-dev/tox-ini-fmt
rev: 0.5.2
hooks:
- id: tox-ini-fmt

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.0
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
Expand Down
3 changes: 2 additions & 1 deletion src/prettytable/prettytable.py
Expand Up @@ -1162,7 +1162,8 @@ def left_junction_char(self, val):

@property
def top_right_junction_char(self):
"""The character used when printing table borders to draw top-right line junctions
"""
The character used when printing table borders to draw top-right line junctions
Arguments:
Expand Down

0 comments on commit 9553202

Please sign in to comment.