Skip to content

Commit f222d60

Browse files
Merge pull request #34 from QuantumChemist/pre-commit-ci-update-config
pre-commit autoupdate
2 parents 9a2980b + b8dd3d4 commit f222d60

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ default_language_version:
1010
python: python3
1111
repos:
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.14.10
13+
rev: v0.14.14
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
@@ -26,7 +26,7 @@ repos:
2626
- id: pyupgrade
2727
args: [--py38-plus]
2828
- repo: https://github.com/psf/black-pre-commit-mirror
29-
rev: 25.12.0
29+
rev: 26.1.0
3030
hooks:
3131
- id: black
3232
exclude: ^.deprecated/

utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import time as t
2525
from playwright.async_api import async_playwright
2626

27-
2827
logger = logging.getLogger(__name__)
2928
logger.setLevel(logging.INFO) # or DEBUG, WARNING, etc.
3029
handler = logging.StreamHandler() # configure handlers/formatters as you like

0 commit comments

Comments
 (0)