Skip to content

Commit

Permalink
Ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikix committed Dec 3, 2024
1 parent a02ad02 commit bbbda7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default_install_hook_types: [pre-commit, pre-push]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5 # if you update this, also update pyproject.toml
rev: v0.8.1 # if you update this, also update pyproject.toml
hooks:
- name: Ruff formatting
id: ruff-format
Expand All @@ -15,4 +15,4 @@ repos:
hooks:
- id: sqlfluff-lint
types: []
types_or: [sql,jinja]
types_or: [sql,jinja]
2 changes: 1 addition & 1 deletion cumulus_library/builders/valueset/umls.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ def generate_umls_tables(
WHERE v.code = r.code
AND v.sab=r.sab
--AND v.tty=r.tty
""")
""") # noqa: S608

0 comments on commit bbbda7a

Please sign in to comment.