Visualizr / qodana.yaml
MH0386's picture
Upload folder using huggingface_hub
9db2406 verified
version: "1.0"
linter: jetbrains/qodana-python:2025.1
bootstrap: |
export UV_CACHE_DIR=/data/cache
export CONDA_PREFIX=/opt/miniconda3
mkdir .log
conda config --add channels defaults > .log/output.log
conda install -y python=3.10 > .log/output.log
pip install uv
uv pip sync pyproject.toml --python 3.10
rm -rd .log
exclude:
- name: All
paths:
- uv.lock
profile:
name: qodana.recommended
include:
- name: CheckDependencyLicenses
- name: PyArgumentListInspection
- name: PyTypeCheckerInspection
- name: PyDataclassInspection
- name: PyUnresolvedReferencesInspection
- name: CyclomaticComplexityInspection
- name: UnsatisfiedRequirementInspection
- name: IgnoreFileDuplicateEntry
- name: YAMLSchemaDeprecation
- name: YAMLDuplicatedKeys
- name: YAMLRecursiveAlias
- name: YAMLIncompatibleTypes
- name: YAMLUnresolvedAlias
- name: YAMLUnusedAnchor
- name: YAMLSchemaValidation
- name: CheckModuleLicenses
- name: CheckThirdPartySoftwareList
- name: Annotator
- name: EmptyDirectory
- name: InconsistentLineSeparators
- name: IncorrectFormatting
- name: LongLine
- name: ProblematicWhitespace
- name: ReassignedToPlainText
- name: RedundantSuppression
- name: TodoComment
- name: ComposeErroneousRelation
- name: ComposeMissingKeys
- name: ComposeUnknownKeys
- name: ComposeUnknownValues
- name: ComposeUnquotedPorts
- name: DockerJsonFormStringLiterals
- name: DockerFileDuplicatedStageName
- name: DockerFileAddOrCopyPaths
- name: DockerFileAssignments
- name: DockerFileRunCommandMissingContinuation
- name: DockerFileArgumentCount
- name: DockerFileEntrypointWithoutExec
- name: MarkdownIncorrectTableFormatting
- name: MarkdownIncorrectlyNumberedListItem
- name: MarkdownLinkDestinationWithSpaces
- name: MarkdownOutdatedTableOfContents
- name: MarkdownNoTableBorders
- name: MarkdownUnresolvedFileReference
- name: MarkdownUnresolvedHeaderReference
- name: MarkdownUnresolvedLinkLabel
- name: DotEnvDuplicateKeyInspection
- name: DotEnvExtraBlankLineInspection
- name: DotEnvSpaceAroundSeparatorInspection
- name: DotEnvIncorrectDelimiterInspection
- name: DotEnvLeadingCharacterInspection
- name: DotEnvLowercaseKeyInspection
- name: NestedVariableOutsideDoubleQuotesInspection
- name: UndefinedNestedVariableInspection
- name: EmptyNestedVariableInspection
- name: DotEnvSpaceInsideNonQuotedInspection
- name: DotEnvTrailingWhitespaceInspection
- name: TaskProblemsInspection
- name: CyclicJobDependency
- name: MandatoryParamsAbsent
- name: GithubFunctionSignatureValidation
- name: UndefinedAction
- name: IllegalJobDependency
- name: UndefinedParamsPresent
- name: IgnoreCoverEntry
- name: IgnoreDuplicateEntry
- name: IgnoreIncorrectEntry
- name: IgnoreRelativeEntry
- name: IgnoreSyntaxEntry