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

chore(deps): update pre-commit hook psf/black to v23 #157

Merged
merged 2 commits into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand Down
4 changes: 2 additions & 2 deletions apertium
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#%# family=auto
#%# capabilities=autoconf
# %# family=auto
# %# capabilities=autoconf

import json
import os
Expand Down
4 changes: 2 additions & 2 deletions ksm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python

#%# family=auto
#%# capabilities=autoconf
# %# family=auto
# %# capabilities=autoconf

import os
import sys
Expand Down
4 changes: 2 additions & 2 deletions weblate
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#%# family=auto
#%# capabilities=autoconf
# %# family=auto
# %# capabilities=autoconf

import json
import os
Expand Down
4 changes: 2 additions & 2 deletions zammad
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#%# family=auto
#%# capabilities=autoconf
# %# family=auto
# %# capabilities=autoconf

import json
import os
Expand Down