Skip to content

Commit

Permalink
Merge pull request #118 from ruthra-kumar/fix_broken_flake
Browse files Browse the repository at this point in the history
fix: broken CI on v14 branch
  • Loading branch information
ruthra-kumar authored Nov 14, 2024
2 parents 26fa011 + d659622 commit 47957a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:

- name: Run Semgrep rules
run: |
pip install semgrep==0.97.0
pip install semgrep==1.90.0
semgrep ci --config ./frappe-semgrep-rules/rules --config r/python.lang.correctness
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ repos:
- id: black
additional_dependencies: ['click==8.0.4']

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: ['flake8-bugbear',]
Expand Down

0 comments on commit 47957a4

Please sign in to comment.