Skip to content

Commit

Permalink
Merge branch 'master' into session
Browse files Browse the repository at this point in the history
  • Loading branch information
thehesiod authored Oct 23, 2023
2 parents d9729f3 + 718e40b commit a880ec4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FLAGS=

flake: checkrst
python -m flake8 --format=abspath
python -m flake8

test: flake
python -Wd -m pytest -s -vv $(FLAGS) ./tests/
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
codecov~=2.1.13
coverage~=7.2.7
flake8~=3.9.0
flake8-formatter-abspath~=1.0.1
flake8-black~=0.3.3
flake8-isort~= 4.1.1
black~=22.6.0
Expand Down

0 comments on commit a880ec4

Please sign in to comment.