Skip to content

Commit b0f9ba2

Browse files
authored
Merge pull request #2234 from IntelPython/bot/pre-commit-autoupdate
Weekly pre-commit autoupdate
2 parents ce41a87 + 3b5a99e commit b0f9ba2

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/PyCQA/bandit
5-
rev: '1.9.2'
5+
rev: '1.9.3'
66
hooks:
77
- id: bandit
88
pass_filenames: false
@@ -13,7 +13,7 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/psf/black
16-
rev: 25.12.0
16+
rev: 26.1.0
1717
hooks:
1818
- id: black
1919
exclude: "versioneer.py|dpctl/_version.py"

dpctl/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
SYCL runtime classes described in :sycl_runtime_classes:`Section 4.6 <>` of
2222
the :sycl_spec_2020:`SYCL 2020 spec <>`.
2323
"""
24+
2425
__author__ = "Intel Corp."
2526

2627
import os

dpctl/enum_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
backend and device_type enumerations.
2121
2222
"""
23+
2324
from enum import Enum, auto
2425

2526
__all__ = ["device_type", "backend_type", "event_status_type"]

dpctl/memory/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
`memoryview`, or `array.array` classes.
2929
3030
"""
31+
3132
from ._memory import (
3233
MemoryUSMDevice,
3334
MemoryUSMHost,

dpctl/program/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
file.
2121
2222
"""
23+
2324
from ._program import (
2425
SyclKernel,
2526
SyclProgram,

0 commit comments

Comments
 (0)