Skip to content

Commit

Permalink
Merge branch 'main' of github.com:edwardtheharris/panegyric into 33-e…
Browse files Browse the repository at this point in the history
…nable-codeql

enable codeql

See #33

@edwardtheharris - [email protected]

Xander Harris

Changelog: changed
  • Loading branch information
edwardtheharris committed Mar 13, 2024
2 parents cd6b189 + d1cbdd0 commit 9460c9c
Show file tree
Hide file tree
Showing 17 changed files with 43 additions and 364 deletions.
5 changes: 5 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/local/bin/env bash

PIPENV_VENV_IN_PROJECT=1

export PIPENV_VENV_IN_PROJECT
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
###
# ```{rubric} Dependabot Config
# ```
# ---
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
#
# ```{note}
# Please see the documentation for all configuration
# [options](https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file).
# ```
#
# ```{literalinclude} /.github/dependabot.yml
# :language: yaml
# :start-at: "version: 2\n"
# ```
version: 2
updates:
###
# See documentation for possible values
#
# - `"pip"`
- package-ecosystem: "pip"
###
# Location of package manifests
#
# - `"/"`
directory: "/"
schedule:
interval: "weekly"
89 changes: 0 additions & 89 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.coverage
.env
*.lock
.pytest_cache/
.tox/
*egg*
__pycache__/
coverage.xml
dist/
.venv/
results.*
build/
*.ipynb*
Expand Down
File renamed without changes.
9 changes: 5 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ pylint = "*"
pylint-junit = "*"
pytest = "*"
pytest-cov = "*"
sentry-sdk = "*"
pytest-sentry = "*"
pytest-pylint = "*"
pytest-rerunfailures = "*"
pytest-sentry = "*"
sentry-sdk = "*"

[packages]
loguru = "*"
"ruamel.yaml" = "*"
python-dotenv = "*"
requests = "*"
sqlalchemy = "*"
tox = "*"

[docs]
myst-parser = {extras = ["linkify"], version = "*"}
myst-parser = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-copybutton = "*"
Expand Down
149 changes: 2 additions & 147 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Loading

0 comments on commit 9460c9c

Please sign in to comment.