Skip to content

Commit

Permalink
Use Black 24 as source code formatter
Browse files Browse the repository at this point in the history
Switch to Black 24 and apply new source code style.
  • Loading branch information
jnidzwetzki committed Feb 27, 2024
1 parent ba6af9a commit 86d2c90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
astroid==3.0.2
attrs==23.2.0
black==23.12.1
black==24.2.0
click==8.1.7
dill==0.3.8
exceptiongroup==1.2.0
Expand Down
1 change: 0 additions & 1 deletion src/pg_lock_tracer/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


class PostgreSQLLockHelper:

"""
# Defines taken from: src/include/storage/lockdefs.h
#
Expand Down
1 change: 1 addition & 0 deletions src/pg_lock_tracer/oid_resolver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Resolve PostgreSQL OIDs to names and cache the result"""

import sys

from urllib.parse import urlparse
Expand Down

0 comments on commit 86d2c90

Please sign in to comment.