Skip to content

Commit

Permalink
Changed regex for types and added new dummy files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jan 23, 2024
1 parent 3fd1343 commit e23edb7
Show file tree
Hide file tree
Showing 3 changed files with 1,391 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v15.0.7'
rev: v15.0.7
hooks:
- id: clang-format
files: \.((((c|C)(c|pp|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$))|(ino))$
types_or: [c, c++]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 22.10.0
hooks:
Expand All @@ -34,7 +34,7 @@ repos:
rev: 7.0.0
hooks:
- id: flake8
files: \.(((py)(w|o)?$))$
types_or: [python]
additional_dependencies:
- flake8-bugbear
- flake8-comprehensions
Expand Down
Loading

0 comments on commit e23edb7

Please sign in to comment.