Skip to content

Commit

Permalink
Fixing pre-commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul-py committed Jan 6, 2025
1 parent 15e0283 commit 640d2f3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:

# Python hooks
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.1
rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down Expand Up @@ -98,14 +98,14 @@ repos:
files: CMakeLists\.txt$

# Copyright
- repo: local
hooks:
- id: ament_copyright
name: ament_copyright
description: Check if copyright notice is available in all files.
entry: ament_copyright
language: system
exclude: .*/conf\.py$
#- repo: local
# hooks:
# - id: ament_copyright
# name: ament_copyright
# description: Check if copyright notice is available in all files.
# entry: ament_copyright
# language: system
# exclude: .*/conf\.py$

# Docs - RestructuredText hooks
- repo: https://github.com/PyCQA/doc8
Expand Down

0 comments on commit 640d2f3

Please sign in to comment.