Skip to content

Commit 6cb1941

Browse files
committed
Fix flake8 check on Windows
1 parent 57554ab commit 6cb1941

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
python setup.py test
3030
- name: PEP8
3131
run: |
32-
flake8 --max-line-length 120 *.py
32+
flake8 --max-line-length 120

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2020 Frederic Guillot
3+
Copyright (c) 2016-2021 Frederic Guillot
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)