Skip to content

Commit

Permalink
update pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb committed Feb 26, 2024
1 parent c915ef5 commit bee7ba3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ repos:
- id: pylint
name: pylint
entry: pylint
files: ^numba_dpex/kernel_api|^numba_dpex/experimental|^numba_dpex/core/utils/kernel_launcher.py
files: "^numba_dpex/kernel_api|\
^numba_dpex/experimental|\
^numba_dpex/core/utils/kernel_launcher.py|\
^numba_dpex/core/utils/kernel_launch_arg_builder.py"
language: system
types: [python]
require_serial: true
Expand Down

0 comments on commit bee7ba3

Please sign in to comment.