Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlaoaws committed Nov 25, 2024
1 parent d004bbe commit 117e310
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ repos:
name: pylint-local
description: Run pylint in the local virtualenv
entry: pylint "setup.py" "src/" "python/" "tests/"
language: python
additional_dependencies:
- requests>=2.22
- setuptools>=65.5.0
language: system
# ignore all files, run on hard-coded modules instead
pass_filenames: false
always_run: true
Expand All @@ -83,10 +80,7 @@ repos:
--cov="cloudformation_cli_python_lib"
--durations=5
"tests/"
language: python
additional_dependencies:
- requests>=2.22
- setuptools>=65.5.0
language: system
# ignore all files, run on hard-coded modules instead
pass_filenames: false
always_run: true

0 comments on commit 117e310

Please sign in to comment.